Skip to content

Commit bac3a6f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
args: release --clean --timeout 120m
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
GIT_TAG: ${{ steps.get_tag.outputs.TAG }}
57+
GIT_TAG: ${{ steps.get_tag.outputs.tag_name }}
5858

5959
- name: Generate subject
6060
id: hash
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: sign image
6969
run: |
70-
DIGEST=$(crane digest ghcr.io/cpanato/github_actions_exporter:${{ steps.tag.outputs.tag_name }})
70+
DIGEST=$(crane digest ghcr.io/cpanato/github_actions_exporter:${{ steps.get_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)