diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 355d5b8..cbd984b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: name: Promote image needs: [set-env, check-update, build-image, test-image] if: ${{ !failure() && !cancelled() && 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 }}