File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build_ironic :
16- name : Build Ironic container image
16+ name : Build Ironic container image with default base image
17+ if : github.repository == 'metal3-io/ironic-image'
18+ uses : metal3-io/project-infra/.github/workflows/container-image-build.yml@main
19+ with :
20+ image-name : ' ironic'
21+ pushImage : true
22+ secrets :
23+ QUAY_USERNAME : ${{ secrets.QUAY_USERNAME }}
24+ QUAY_PASSWORD : ${{ secrets.QUAY_PASSWORD }}
25+ SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
26+ build_ironic_cs10 :
27+ name : Build Ironic container image based on CentOS Stream 10
28+ env :
29+ IMAGE_BUILD_ARGS : ['BASE_IMAGE=quay.io/centos/centos:stream10']
1730 if : github.repository == 'metal3-io/ironic-image'
1831 uses : metal3-io/project-infra/.github/workflows/container-image-build.yml@main
1932 with :
You can’t perform that action at this time.
0 commit comments