Skip to content

Commit

Permalink
adding Supply Chain Attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
fontebasso committed Dec 28, 2024
1 parent ea2ac82 commit f75eb92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
fontebasso/php-nginx:${{ env.RELEASE_VERSION }}-amd64
platforms: linux/amd64
push: true
attestations: |
type=provenance,mode=max
- name: Build for arm64
uses: docker/build-push-action@v6
Expand All @@ -46,6 +48,8 @@ jobs:
fontebasso/php-nginx:${{ env.RELEASE_VERSION }}-arm64
platforms: linux/arm64
push: true
attestations: |
type=provenance,mode=max
- name: Merge and push multi-arch
run: |
Expand Down

0 comments on commit f75eb92

Please sign in to comment.