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 1068638 commit 26439deCopy full SHA for 26439de
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: sign image
69
run: |
70
- DIGEST=$(crane digest ghcr.io/cpanato/github_actions_exporter:${{ steps.get_tag.outputs.TAG }})
+ DIGEST=$(crane digest ghcr.io/cpanato/github_actions_exporter:${{ steps.tag.outputs.tag_name }})
71
cosign sign "ghcr.io/cpanato/github_actions_exporter@${DIGEST}"
72
env:
73
COSIGN_YES: "true"
0 commit comments