Update workflow

This commit is contained in:
Max Isom 2024-08-17 21:35:25 -07:00
parent 7e2d79f3fb
commit 72667bf00e
No known key found for this signature in database

View file

@ -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