Skip to content

Commit

Permalink
use buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
zachauten committed Sep 24, 2024
1 parent 7621a1e commit 639a23a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: docker/setup-buildx-action@v3

- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -37,6 +39,6 @@ jobs:
- uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.IMAGE }}
subject-digest: ${{ steps.bake.outputs.digest }}
subject-digest: ${{ steps.bake.outputs.metadata.provenance.digest }}
push-to-registry: true

0 comments on commit 639a23a

Please sign in to comment.