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 59f7e5d commit 40816c5Copy full SHA for 40816c5
.github/workflows/buildx.yml
@@ -81,12 +81,3 @@ jobs:
81
cache-to: type=gha,mode=max
82
provenance: false
83
sbom: false
84
-
85
- # Optional: attest the pushed image (supply chain)
86
- - name: Attest image (SLSA-style)
87
- if: github.event_name != 'pull_request'
88
- uses: actions/attest-build-provenance@v1
89
- with:
90
- subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
91
- subject-digest: ${{ steps.buildx.outputs.digest }}
92
- push-to-registry: true
0 commit comments