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 ebc55db commit 14b3d18Copy full SHA for 14b3d18
.github/workflows/build-push.yml
@@ -135,9 +135,9 @@ jobs:
135
working-directory: ${{ runner.temp }}/digests
136
run: |
137
set -Eeuo pipefail
138
- docker buildx imagetools create \
+ docker buildx imagetools create \
139
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.tags | map("--tag " + .) | join(" ")') \
140
- $(echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotations | map("--annotation " + .) | join(" ")') \
+ $(echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotations | map("--annotation \"" + . + "\"") | join(" ")') \
141
$(printf '${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@sha256:%s ' *)
142
- name: Inspect manifest and extract digest
143
id: inspect-manifest
0 commit comments