Skip to content

Commit f75eb92

Browse files
committed
adding Supply Chain Attestations
1 parent ea2ac82 commit f75eb92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
fontebasso/php-nginx:${{ env.RELEASE_VERSION }}-amd64
3838
platforms: linux/amd64
3939
push: true
40+
attestations: |
41+
type=provenance,mode=max
4042
4143
- name: Build for arm64
4244
uses: docker/build-push-action@v6
@@ -46,6 +48,8 @@ jobs:
4648
fontebasso/php-nginx:${{ env.RELEASE_VERSION }}-arm64
4749
platforms: linux/arm64
4850
push: true
51+
attestations: |
52+
type=provenance,mode=max
4953
5054
- name: Merge and push multi-arch
5155
run: |

0 commit comments

Comments
 (0)