File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 5252 type=raw,value=latest,enable={{is_default_branch}}
5353
5454 - name : Build and push Docker image
55+ id : build
5556 uses : docker/build-push-action@v5
5657 with :
5758 context : .
@@ -64,10 +65,11 @@ jobs:
6465 build-args : |
6566 BUILDKIT_INLINE_CACHE=1
6667
67- - name : Generate artifact attestation
68- if : github.event_name != 'pull_request'
69- uses : actions/attest-build-provenance@v1
70- with :
71- subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
72- subject-digest : ${{ steps.build.outputs.digest }}
73- push-to-registry : true
68+ # Temporarily disabled due to ID token issues
69+ # - name: Generate artifact attestation
70+ # if: github.event_name != 'pull_request'
71+ # uses: actions/attest-build-provenance@v1
72+ # with:
73+ # subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
74+ # subject-digest: ${{ steps.build.outputs.digest }}
75+ # push-to-registry: true
You can’t perform that action at this time.
0 commit comments