Skip to content

Commit 5a49f8f

Browse files
committed
trying again
1 parent 6799c45 commit 5a49f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
run: |
201201
docker buildx imagetools create \
202202
$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
203-
$(jq -cr '.annotations | map("--annotation \'" + . + "\'") | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
203+
$(jq -cr '.annotations | map("--annotation \\"" + . + "\\"") | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
204204
$(printf '${{ env.CONTAINER_IMAGE }}@sha256:%s ' *)
205205
- name: Inspect image
206206
shell: bash

0 commit comments

Comments
 (0)