Skip to content

Commit 0df08be

Browse files
committed
chore: add forgotten line continuation
1 parent f5a4d86 commit 0df08be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Create manifest list and push
133133
working-directory: ${{ runner.temp }}/digests
134134
run: |
135-
docker buildx imagetools create
135+
docker buildx imagetools create \
136136
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.tags | map("--tag " + .) | join(" ")') \
137137
$(echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotation | map("--annotation " + .) | join(" ")') \
138138
$(printf '${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@sha256:%s ' *)

0 commit comments

Comments
 (0)