Skip to content

Improve building process to reduce building time for BESS and UPF (#54) #22

Improve building process to reduce building time for BESS and UPF (#54)

Improve building process to reduce building time for BESS and UPF (#54) #22

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
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