Skip to content

Commit 0d79487

Browse files
committed
Remove Generate artifact attestation step
1 parent 4c634c2 commit 0d79487

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/docker-release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
type=raw,value=latest,enable=${{ !contains(env.VERSION_NUMBER, '-') }}
6060
6161
- name: Build and push Docker images
62-
id: build
6362
uses: docker/build-push-action@v6
6463
with:
6564
context: .
@@ -72,10 +71,3 @@ jobs:
7271
cache-to: type=gha,mode=max
7372
provenance: true
7473
sbom: true
75-
76-
- name: Generate artifact attestation
77-
uses: actions/attest-build-provenance@v2
78-
with:
79-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
80-
subject-digest: ${{ steps.build.outputs.digest }}
81-
push-to-registry: true

0 commit comments

Comments
 (0)