Skip to content

Commit

Permalink
fix tag name
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Mar 7, 2023
1 parent 26439de commit bac3a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
args: release --clean --timeout 120m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_TAG: ${{ steps.get_tag.outputs.TAG }}
GIT_TAG: ${{ steps.get_tag.outputs.tag_name }}

- name: Generate subject
id: hash
Expand All @@ -67,7 +67,7 @@ jobs:
- name: sign image
run: |
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 }})
cosign sign "ghcr.io/cpanato/github_actions_exporter@${DIGEST}"
env:
COSIGN_YES: "true"
Expand Down

0 comments on commit bac3a6f

Please sign in to comment.