Skip to content

Commit

Permalink
Add debugging to manifest creation
Browse files Browse the repository at this point in the history
cromefire committed Oct 22, 2023
1 parent 48f3b20 commit a3fa943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -206,6 +206,7 @@ jobs:
- name: Create manifest list and push
working-directory: /tmp/digests
run: |
set -x
jq -crj '.tags | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON" > /tmp/extra-manifest.json
TAGS="$(jq -crj '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")"
docker buildx imagetools create -f /tmp/extra-manifest.json ${TAGS} \

0 comments on commit a3fa943

Please sign in to comment.