We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2ac82 commit f75eb92Copy full SHA for f75eb92
.github/workflows/docker-image-release.yml
@@ -37,6 +37,8 @@ jobs:
37
fontebasso/php-nginx:${{ env.RELEASE_VERSION }}-amd64
38
platforms: linux/amd64
39
push: true
40
+ attestations: |
41
+ type=provenance,mode=max
42
43
- name: Build for arm64
44
uses: docker/build-push-action@v6
@@ -46,6 +48,8 @@ jobs:
46
48
fontebasso/php-nginx:${{ env.RELEASE_VERSION }}-arm64
47
49
platforms: linux/arm64
50
51
52
53
54
- name: Merge and push multi-arch
55
run: |
0 commit comments