aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2024-08-17 22:30:37 -0700
committerMax Isom <[email protected]>2024-08-17 22:30:37 -0700
commitde56180036b99076893d9882519d82938de26335 (patch)
treeb80c2bf4e3bc277304fe328618d727f328f66a79
parentd5f03c0df7815b9de66ad0fef15c41eddc1eb6e5 (diff)
downloadmuse-de56180036b99076893d9882519d82938de26335.tar.xz
muse-de56180036b99076893d9882519d82938de26335.zip
Update workflow
-rw-r--r--.github/workflows/pr-release.yml2
1 files changed, 1 insertions, 1 deletions
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