diff options
| author | Max Isom <[email protected]> | 2024-08-17 21:16:35 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-17 21:16:35 -0700 |
| commit | 2d8f66f8a1e950412462c55f7803cb4aab3f4ed3 (patch) | |
| tree | 5c80af1d2b4315f3fb1e3353806079c8c76f08be /.github | |
| parent | aa4612a45fc62369ce3c285ca765f0ddfb17a6d6 (diff) | |
| download | muse-2d8f66f8a1e950412462c55f7803cb4aab3f4ed3.tar.xz muse-2d8f66f8a1e950412462c55f7803cb4aab3f4ed3.zip | |
Update workflow
Diffstat (limited to '.github')
| -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 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 |
