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 }}