Skip to content

Commit ad6d460

Browse files
committed
chore: back at the starting line
1 parent 0d1959a commit ad6d460

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,10 @@ jobs:
127127
run: |
128128
set -xEeuo pipefail
129129
130-
echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotations | map("--annotation " + @sh) | join(" ")' > annotations
131-
132130
# shellcheck disable=SC2046
133131
docker buildx imagetools create \
134-
$(cat annotations) \
135-
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.tags | map("--tag " + @sh) | join(" ")') \
132+
$(echo '${{ steps.metadata.outputs.json }}' | jq -cr '.annotations | map("--annotation " + @sh) | join(" ")') \
133+
$(echo '${{ steps.metadata.outputs.json }}' | jq -cr '.tags | map("--tag " + @sh) | join(" ")') \
136134
$(printf '${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}@sha256:%s ' *)
137135
- name: Inspect manifest and extract digest
138136
id: inspect-manifest

0 commit comments

Comments
 (0)