Skip to content

Commit 40816c5

Browse files
committed
Remove attest step
1 parent 59f7e5d commit 40816c5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/buildx.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,3 @@ jobs:
8181
cache-to: type=gha,mode=max
8282
provenance: false
8383
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

Comments
 (0)