Skip to content

Commit

Permalink
fix: backslash. sigh.
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Dec 14, 2024
1 parent 9a2c0da commit cd372cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-container-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
docker buildx create --use
docker buildx build --platform linux/arm64 \
-f ${{ matrix.dockerfile }} \
$(for tag in ${{ steps.meta.outputs.tags }}; do echo " -t $tag"; done)
--push \
.
$(for tag in ${{ steps.meta.outputs.tags }}; do echo " -t $tag"; done) \
--push \
.
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v2
Expand Down

0 comments on commit cd372cb

Please sign in to comment.