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 f5a4d86 commit 0df08beCopy full SHA for 0df08be
.github/workflows/build-push.yml
@@ -132,7 +132,7 @@ jobs:
132
- name: Create manifest list and push
133
working-directory: ${{ runner.temp }}/digests
134
run: |
135
- docker buildx imagetools create
+ docker buildx imagetools create \
136
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.tags | map("--tag " + .) | join(" ")') \
137
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotation | map("--annotation " + .) | join(" ")') \
138
$(printf '${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@sha256:%s ' *)
0 commit comments