Skip to content

Commit 32a79b0

Browse files
Update build.yaml
1 parent 8638c4c commit 32a79b0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,5 @@ jobs:
7272
echo VERSION=$VERSION
7373
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
7474
docker push $IMAGE_ID:$VERSION
75+
7576
76-
# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."
77-
- name: Generate artifact attestation
78-
uses: actions/attest-build-provenance@v1
79-
with:
80-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
81-
subject-digest: ${{ steps.push.outputs.digest }}
82-
push-to-registry: true
83-

0 commit comments

Comments
 (0)