Skip to content

Commit 64ebcc4

Browse files
dependabot[bot]alexiri
authored andcommitted
Bump AlmaLinux/atomic-ci/.github/workflows/retag-image.yml from 9 to 10
Bumps [AlmaLinux/atomic-ci/.github/workflows/retag-image.yml](https://github.com/almalinux/atomic-ci) from 9 to 10. - [Commits](AlmaLinux/atomic-ci@v9...v10) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1efe08 commit 64ebcc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@v9
149+
uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v10
150150
with:
151151
image: ${{ needs.build-image.outputs.image-ref }}
152152
digest: ${{ needs.build-image.outputs.digest }}

0 commit comments

Comments
 (0)