Skip to content

Commit

Permalink
Add build of anaconda-iso-creator autobuild (#infra)
Browse files Browse the repository at this point in the history
Autobuild container image for building of the ISO.
  • Loading branch information
jkonecny12 committed Jun 17, 2023
1 parent 5a3f544 commit ddb20a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-rebuild-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container-type: ['ci', 'rpm']
container-type: ['ci', 'rpm', 'iso-creator']
env:
CI_TAG: '${{ inputs.container-tag }}'
timeout-minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-rebuild-action.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container-type: ['ci', 'rpm']
container-type: ['ci', 'rpm', 'iso-creator']
env:
CI_TAG: '${{ inputs.container-tag }}'
timeout-minutes: 60
Expand Down

0 comments on commit ddb20a1

Please sign in to comment.