We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6799c45 commit 8a916e2Copy full SHA for 8a916e2
.github/workflows/debian.yml
@@ -199,8 +199,8 @@ jobs:
199
shell: bash
200
run: |
201
docker buildx imagetools create \
202
- $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
203
- $(jq -cr '.annotations | map("--annotation \'" + . + "\'") | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
+ $(jq -cr '.tags | map("-t \"" + . + "\"") | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
+ $(jq -cr '.annotations | map("--annotation \"" + . + "\"") | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
204
$(printf '${{ env.CONTAINER_IMAGE }}@sha256:%s ' *)
205
- name: Inspect image
206
0 commit comments