diff options
| author | Max Isom <[email protected]> | 2024-08-17 21:35:25 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-17 21:35:25 -0700 |
| commit | 72667bf00eb53045a7bf4479e697246081b8294c (patch) | |
| tree | 4614da2f1b7f969f0b09ec9671cc2dd30aa37da2 /.github/workflows | |
| parent | 7e2d79f3fb7febbb5368cd14eef55274b505c66d (diff) | |
| download | muse-72667bf00eb53045a7bf4479e697246081b8294c.tar.xz muse-72667bf00eb53045a7bf4479e697246081b8294c.zip | |
Update workflow
Diffstat (limited to '.github/workflows')
| -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 6b4de17..b6fe760 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -83,7 +83,7 @@ jobs: working-directory: /tmp/digests run: | docker buildx imagetools create $(cat /tmp/metadata/metadata/metadata.json | jq -cr '.tags | map("-t " + .) | join(" ")') \ - $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *) + $(printf '${{ env.REGISTRY_IMAGE }}:%s ' *) - name: Create comment uses: marocchino/sticky-pull-request-comment@v2 |
