Skip to content

Commit 01bf28b

Browse files
Merge pull request #23 from uselagoon/disable-dockerhub-attest
chore: disable dockerhub image attestation
2 parents 917fc65 + 5bf2391 commit 01bf28b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ jobs:
6666
tags: ${{ steps.meta.outputs.tags }}
6767
labels: ${{ steps.meta.outputs.labels }}
6868

69-
- name: Attest dockerhub image
70-
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
71-
with:
72-
subject-digest: ${{steps.build-and-push.outputs.digest}}
73-
subject-name: index.docker.io/${{ github.repository }}
74-
push-to-registry: true
75-
7669
- name: Attest ghcr image
7770
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
7871
with:

0 commit comments

Comments
 (0)