We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1343efa commit 535fd28Copy full SHA for 535fd28
1 file changed
.github/workflows/docker-release.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Generate artifact attestation
57
uses: actions/attest-build-provenance@v1
58
with:
59
- subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.meta.outputs.digest }}
+ subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
60
subject-digest: ${{ steps.meta.outputs.digest }}
61
push-to-registry: true
62
0 commit comments