There was an error while loading. Please reload this page.
1 parent 33e0982 commit e2f3068Copy full SHA for e2f3068
1 file changed
.github/workflows/image-push.yml
@@ -87,14 +87,14 @@ jobs:
87
REVISION=${{ github.sha }}
88
89
- name: Generate artifact attestation (dockerhub)
90
- uses: actions/attest-build-provenance@v2
+ uses: actions/attest-build-provenance@v4
91
with:
92
subject-name: docker.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
93
subject-digest: ${{ steps.push.outputs.digest }}
94
push-to-registry: true
95
96
- name: Generate artifact attestation (ghcr)
97
98
99
subject-name: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
100
0 commit comments