We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b3d18 commit 1c9f6ffCopy full SHA for 1c9f6ff
.github/workflows/build-push.yml
@@ -137,7 +137,7 @@ jobs:
137
set -Eeuo pipefail
138
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