Bump container disk images to CentOS stream 9 #38
Workflow file for this run
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
name: Build Traffic generator ContainerDisk | |
on: | |
pull_request: | |
branches: | |
- main | |
- 'release-**' | |
paths: | |
- 'vms/image-builder/**' | |
- 'vms/traffic-gen/**' | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
build_traffic_gen_containerDisk_image: | |
name: Build Traffic-gen ContainerDisk Image | |
runs-on: ubuntu-latest | |
env: | |
CRI_BIN: podman | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v3 | |
- name: Build the ContainerDisk image | |
run: make build-traffic-gen-container-disk |