Skip to content

Commit 14b3d18

Browse files
committed
chore: quote annotations
1 parent ebc55db commit 14b3d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ jobs:
135135
working-directory: ${{ runner.temp }}/digests
136136
run: |
137137
set -Eeuo pipefail
138-
docker buildx imagetools create \
138+
docker buildx imagetools create \
139139
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.tags | map("--tag " + .) | join(" ")') \
140-
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotations | map("--annotation " + .) | join(" ")') \
140+
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotations | map("--annotation \"" + . + "\"") | join(" ")') \
141141
$(printf '${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@sha256:%s ' *)
142142
- name: Inspect manifest and extract digest
143143
id: inspect-manifest

0 commit comments

Comments
 (0)