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 16418eb commit a6703e5Copy full SHA for a6703e5
.github/workflows/release.yml
@@ -69,6 +69,8 @@ jobs:
69
run: |
70
DIGEST=$(crane digest ghcr.io/cpanato/github_actions_exporter:${{ steps.get_tag.outputs.TAG }})
71
cosign sign "ghcr.io/cpanato/github_actions_exporter@${DIGEST}"
72
+ env:
73
+ COSIGN_YES: "true"
74
75
provenance:
76
needs:
0 commit comments