Skip to content

Commit

Permalink
ci: add attestations and multi-platforms to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Jul 25, 2023
1 parent 3fc6c2e commit 6efcdfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
labels: ${{ steps.docker-meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
sbom: true
provenance: true
platforms: linux/amd64,linux/arm64
- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
env:
Expand Down

0 comments on commit 6efcdfa

Please sign in to comment.