We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68281e commit 19d158eCopy full SHA for 19d158e
.github/workflows/deploy.yml
@@ -76,14 +76,14 @@ jobs:
76
labels: ${{ steps.meta.outputs.labels }}
77
78
- name: Attest Docker Hub
79
- uses: actions/attest-build-provenance@v1
+ uses: actions/attest-build-provenance@v2
80
with:
81
subject-name: index.docker.io/ams21/tor-relay
82
subject-digest: ${{ steps.push.outputs.digest }}
83
push-to-registry: true
84
85
- name: Attest GitHub Container Registry
86
87
88
subject-name: ghcr.io/ams21/tor-relay
89
0 commit comments