We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26439de commit bac3a6fCopy full SHA for bac3a6f
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
args: release --clean --timeout 120m
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
- GIT_TAG: ${{ steps.get_tag.outputs.TAG }}
+ GIT_TAG: ${{ steps.get_tag.outputs.tag_name }}
58
59
- name: Generate subject
60
id: hash
@@ -67,7 +67,7 @@ jobs:
67
68
- name: sign image
69
run: |
70
- DIGEST=$(crane digest ghcr.io/cpanato/github_actions_exporter:${{ steps.tag.outputs.tag_name }})
+ DIGEST=$(crane digest ghcr.io/cpanato/github_actions_exporter:${{ steps.get_tag.outputs.tag_name }})
71
cosign sign "ghcr.io/cpanato/github_actions_exporter@${DIGEST}"
72
73
COSIGN_YES: "true"
0 commit comments