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