From 6081261fec8db21fee080d776054c6561a0f2668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 09:55:04 +0000 Subject: [PATCH] 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](https://github.com/almalinux/atomic-ci/compare/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] --- .github/workflows/reusable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 8ef2c95..dfcbe61 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -146,7 +146,7 @@ jobs: name: Promote image needs: [check-update, build-image, test-image] 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) }} - uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v9 + uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v10 with: image: ${{ needs.build-image.outputs.image-ref }} digest: ${{ needs.build-image.outputs.digest }}