Update workflow

This commit is contained in:
Max Isom 2024-08-17 22:30:37 -07:00
parent d5f03c0df7
commit de56180036
No known key found for this signature in database

View file

@ -84,7 +84,7 @@ jobs:
working-directory: /tmp/digests working-directory: /tmp/digests
run: | run: |
docker buildx imagetools create $(cat /tmp/metadata/metadata/metadata.json | jq -cr '.tags | map("-t " + .) | join(" ")') \ docker buildx imagetools create $(cat /tmp/metadata/metadata/metadata.json | jq -cr '.tags | map("-t " + .) | join(" ")') \
$(printf '%s ' *) $(printf 'sha256:%s ' *)
- name: Create comment - name: Create comment
uses: marocchino/sticky-pull-request-comment@v2 uses: marocchino/sticky-pull-request-comment@v2