Skip to content

Commit 69e4d82

Browse files
committed
chore: small step back
1 parent df43562 commit 69e4d82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ jobs:
129129
130130
# shellcheck disable=SC2046
131131
ANNOTATIONS=$(echo '${{ steps.metadata.outputs.json }}' | jq -cr '.annotations | map("--annotation \"" + . + "\"") | join(" ")')
132-
TAGS=$(echo '${{ steps.metadata.outputs.json }}' | jq -cr '.tags | map("--tag " + . + "\"") | join(" ")')
132+
TAGS=$(echo '${{ steps.metadata.outputs.json }}' | jq -cr '.tags | map("--tag \"" + . + "\"") | join(" ")')
133133
134134
# Build the command and execute it
135135
docker buildx imagetools create \
136-
${ANNOTATIONS/'/} \
137-
${TAGS/'/} \
136+
${ANNOTATIONS} \
137+
${TAGS} \
138138
$(printf '${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}@sha256:%s ' *)
139139
- name: Inspect manifest and extract digest
140140
id: inspect-manifest

0 commit comments

Comments
 (0)