Skip to content

Updates to Dependabot (#59) #1

Updates to Dependabot (#59)

Updates to Dependabot (#59) #1

Workflow file for this run

# 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