Skip to content

Commit 151dc89

Browse files
dependabot[bot]alexiri
authored andcommitted
Bump AlmaLinux/atomic-ci from 7 to 8
Bumps [AlmaLinux/atomic-ci](https://github.com/almalinux/atomic-ci) from 7 to 8. - [Commits](AlmaLinux/atomic-ci@v7...v8) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98c7f2b commit 151dc89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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 }}"

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)