File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments