Skip to content

Commit 26439de

Browse files
committed
fix tag name
Signed-off-by: cpanato <[email protected]>
1 parent 1068638 commit 26439de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: sign image
6969
run: |
70-
DIGEST=$(crane digest ghcr.io/cpanato/github_actions_exporter:${{ steps.get_tag.outputs.TAG }})
70+
DIGEST=$(crane digest ghcr.io/cpanato/github_actions_exporter:${{ steps.tag.outputs.tag_name }})
7171
cosign sign "ghcr.io/cpanato/github_actions_exporter@${DIGEST}"
7272
env:
7373
COSIGN_YES: "true"

0 commit comments

Comments
 (0)