Skip to content

Commit b1517f4

Browse files
committed
removing artifact attestation
1 parent e0a5cd1 commit b1517f4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dockerhub.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
tags: ${{ steps.meta.outputs.tags }}
4040
labels: ${{ steps.meta.outputs.labels }}
4141

42-
- name: Generate artifact attestation
43-
uses: actions/attest-build-provenance@v3
44-
with:
45-
subject-name: index.docker.io/my-docker-hub-namespace/my-docker-hub-repository
46-
subject-digest: ${{ steps.push.outputs.digest }}
47-
push-to-registry: true
42+
# - name: Generate artifact attestation
43+
# uses: actions/attest-build-provenance@v3
44+
# with:
45+
# subject-name: index.docker.io/my-docker-hub-namespace/my-docker-hub-repository
46+
# subject-digest: ${{ steps.push.outputs.digest }}
47+
# push-to-registry: true

0 commit comments

Comments
 (0)