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 2ea6be0 commit f5b5282Copy full SHA for f5b5282
.github/workflows/test-release.yaml
@@ -29,12 +29,12 @@ jobs:
29
image-name: ${{ github.repository }}
30
full-tag: ${{ needs.release.outputs.full-tag }}
31
short-tag: ${{ needs.release.outputs.short-tag }}
32
+ create-attestation: true
33
secrets:
34
github-token: ${{ secrets.GITHUB_TOKEN }}
35
image-registry: ghcr.io
36
image-registry-username: ${{ github.actor }}
37
image-registry-password: ${{ secrets.GITHUB_TOKEN }}
- create-attestation: true
38
release_discussion:
39
needs: release
40
permissions:
0 commit comments