aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2024-08-17 21:16:35 -0700
committerMax Isom <[email protected]>2024-08-17 21:16:35 -0700
commit2d8f66f8a1e950412462c55f7803cb4aab3f4ed3 (patch)
tree5c80af1d2b4315f3fb1e3353806079c8c76f08be /.github/workflows
parentaa4612a45fc62369ce3c285ca765f0ddfb17a6d6 (diff)
downloadmuse-2d8f66f8a1e950412462c55f7803cb4aab3f4ed3.tar.xz
muse-2d8f66f8a1e950412462c55f7803cb4aab3f4ed3.zip
Update workflow
Diffstat (limited to '.github/workflows')
-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 6bd011f..38b66da 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(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
+ docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< echo '${{ steps.metadata_reader.outputs.content }}') \
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
- name: Create comment