aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2024-08-17 21:22:51 -0700
committerMax Isom <[email protected]>2024-08-17 21:22:51 -0700
commit7e2d79f3fb7febbb5368cd14eef55274b505c66d (patch)
tree3ded251822bcd0a6a9be0534cdef9f4a8523df71
parent2d8f66f8a1e950412462c55f7803cb4aab3f4ed3 (diff)
downloadmuse-7e2d79f3fb7febbb5368cd14eef55274b505c66d.tar.xz
muse-7e2d79f3fb7febbb5368cd14eef55274b505c66d.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 38b66da..6b4de17 100644
--- a/.github/workflows/pr-release.yml
+++ b/.github/workflows/pr-release.yml
@@ -82,7 +82,7 @@ jobs:
- name: Create manifest list and push
working-directory: /tmp/digests
run: |
- docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< echo '${{ steps.metadata_reader.outputs.content }}') \
+ docker buildx imagetools create $(cat /tmp/metadata/metadata/metadata.json | jq -cr '.tags | map("-t " + .) | join(" ")') \
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
- name: Create comment