We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329dff3 commit 3ced4f1Copy full SHA for 3ced4f1
1 file changed
.github/workflows/build.yml
@@ -183,7 +183,7 @@ jobs:
183
run: |
184
# Create the manifest list and push to both registries
185
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
186
- $(jq -cr '.annotations | to_entries[] | "--annotation \"\(.value)\""' <<<"$DOCKER_METADATA_OUTPUT_JSON") \
+ $(jq -cr '.annotations | to_entries | map("--annotation " + @sh "\(.value)") | join(" ")' <<<"$DOCKER_METADATA_OUTPUT_JSON") \
187
$(printf '${{ github.repository }}@sha256:%s ' *) \
188
$(printf 'ghcr.io/${{ github.repository }}@sha256:%s ' *)
189
0 commit comments