File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 strategy :
4949 fail-fast : false
5050 matrix : ${{fromJson(needs.set-env.outputs.MATRIX)}}
51- uses : AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v7
51+ uses : AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v8
5252 with :
5353 image-name : " ${{ needs.set-env.outputs.IMAGE_NAME }}-${{ matrix.variant }}"
5454 image : " ${{ needs.set-env.outputs.IMAGE_REF }}-${{ matrix.variant }}:${{ needs.set-env.outputs.LATEST_TAG }}"
Original file line number Diff line number Diff line change 8888 name : Build image
8989 needs : [check-update]
9090 if : ${{ !failure() && !cancelled() && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }}
91- uses : AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v7
91+ uses : AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v8
9292 with :
9393 containerfile : ${{ inputs.containerfile }}
9494 image-name : ${{ inputs.image_name }}
@@ -146,7 +146,7 @@ jobs:
146146 name : Promote image
147147 needs : [check-update, build-image, test-image]
148148 if : ${{ !failure() && !cancelled() && needs.test-image.result == 'success' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }}
149- uses : AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v7
149+ uses : AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v8
150150 with :
151151 image : ${{ needs.build-image.outputs.image-ref }}
152152 digest : ${{ needs.build-image.outputs.digest }}
You can’t perform that action at this time.
0 commit comments