diff options
| author | Max Isom <[email protected]> | 2024-08-17 21:22:51 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-17 21:22:51 -0700 |
| commit | 7e2d79f3fb7febbb5368cd14eef55274b505c66d (patch) | |
| tree | 3ded251822bcd0a6a9be0534cdef9f4a8523df71 | |
| parent | 2d8f66f8a1e950412462c55f7803cb4aab3f4ed3 (diff) | |
| download | muse-7e2d79f3fb7febbb5368cd14eef55274b505c66d.tar.xz muse-7e2d79f3fb7febbb5368cd14eef55274b505c66d.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 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 |
