diff options
| author | Max Isom <[email protected]> | 2024-08-17 22:30:37 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-17 22:30:37 -0700 |
| commit | de56180036b99076893d9882519d82938de26335 (patch) | |
| tree | b80c2bf4e3bc277304fe328618d727f328f66a79 | |
| parent | d5f03c0df7815b9de66ad0fef15c41eddc1eb6e5 (diff) | |
| download | muse-de56180036b99076893d9882519d82938de26335.tar.xz muse-de56180036b99076893d9882519d82938de26335.zip | |
Update workflow
| -rw-r--r-- | .github/workflows/pr-release.yml | 2 |
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 |
