Skip to content

Commit df910c3

Browse files
committed
chore: fix jq syntax error
1 parent 3fc3956 commit df910c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
set -Eeuo pipefail
129129
# shellcheck disable=SC2046
130130
docker buildx imagetools create \
131-
$(echo '${{ steps.metadata.outputs.json }}' | | jq -r '.annotations | map("--annotation \"" + . + "\"") | join(" ")') \
131+
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotations | map("--annotation \"" + . + "\"") | join(" ")') \
132132
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.tags | map("--tag " + .) | join(" ")') \
133133
$(printf '${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}@sha256:%s ' *)
134134
- name: Inspect manifest and extract digest

0 commit comments

Comments
 (0)