Skip to content

Commit 18705b9

Browse files
committed
Add build ironic-image with CentOS Stream 10
Signed-off-by: Riccardo Pittau <elfosardo@gmail.com>
1 parent b1e283c commit 18705b9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/build-images-action.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,20 @@ on:
1313

1414
jobs:
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:

0 commit comments

Comments
 (0)