diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index 6b4de17..b6fe760 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -83,7 +83,7 @@ jobs: working-directory: /tmp/digests run: | docker buildx imagetools create $(cat /tmp/metadata/metadata/metadata.json | jq -cr '.tags | map("-t " + .) | join(" ")') \ - $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *) + $(printf '${{ env.REGISTRY_IMAGE }}:%s ' *) - name: Create comment uses: marocchino/sticky-pull-request-comment@v2