File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,16 +113,8 @@ jobs:
113113 push : true
114114 tags : ${{ steps.meta-main.outputs.tags }}
115115 labels : ${{ steps.meta-main.outputs.labels }}
116- provenance : mode=max
117116 sbom : true
118117
119- - name : Generate artifact attestation (main)
120- uses : actions/attest-build-provenance@v3
121- with :
122- subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_MAIN }}
123- subject-digest : ${{ steps.push-main.outputs.digest }}
124- push-to-registry : true
125-
126118 # Build Nginx (depends on main)
127119 - name : Docker meta (nginx)
128120 id : meta-nginx
@@ -145,12 +137,4 @@ jobs:
145137 pull : true
146138 tags : ${{ steps.meta-nginx.outputs.tags }}
147139 labels : ${{ steps.meta-nginx.outputs.labels }}
148- provenance : mode=max
149140 sbom : true
150-
151- - name : Generate artifact attestation (nginx)
152- uses : actions/attest-build-provenance@v3
153- with :
154- subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_NGINX }}
155- subject-digest : ${{ steps.push-nginx.outputs.digest }}
156- push-to-registry : true
You can’t perform that action at this time.
0 commit comments