Skip to content

Commit 8a916e2

Browse files
committed
trying again
1 parent 6799c45 commit 8a916e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ jobs:
199199
shell: bash
200200
run: |
201201
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") \
202+
$(jq -cr '.tags | map("-t \"" + . + "\"") | 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)