We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 917fc65 + 5bf2391 commit 01bf28bCopy full SHA for 01bf28b
.github/workflows/build-and-publish.yaml
@@ -66,13 +66,6 @@ jobs:
66
tags: ${{ steps.meta.outputs.tags }}
67
labels: ${{ steps.meta.outputs.labels }}
68
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
-
76
- name: Attest ghcr image
77
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
78
with:
0 commit comments