We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc3956 commit df910c3Copy full SHA for df910c3
1 file changed
.github/workflows/wc-build-push.yml
@@ -128,7 +128,7 @@ jobs:
128
set -Eeuo pipefail
129
# shellcheck disable=SC2046
130
docker buildx imagetools create \
131
- $(echo '${{ steps.metadata.outputs.json }}' | | jq -r '.annotations | map("--annotation \"" + . + "\"") | join(" ")') \
+ $(echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotations | map("--annotation \"" + . + "\"") | join(" ")') \
132
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.tags | map("--tag " + .) | join(" ")') \
133
$(printf '${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}@sha256:%s ' *)
134
- name: Inspect manifest and extract digest
0 commit comments