Updates to Dependabot (#59) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-License-Identifier: Apache-2.0 | |
# Copyright 2024-Present Intel Corporation | |
name: Build and Push image | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
if: github.repository_owner == 'omec-project' | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: docker/[email protected] | |
with: | |
registry: registry.aetherproject.org | |
username: ${{ secrets.AETHER_REGISTRY_USERNAME }} | |
password: ${{ secrets.AETHER_REGISTRY_PASSWORD }} | |
- name: Build and push new BESS base image | |
run: yes y | ./env/rebuild_images.py focal64 |