Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fython committed Mar 2, 2024
1 parent 8818c83 commit fb6597f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: set_version
with:
script: |
core.setOutput('ref_name_without_v', context.ref.replace('v', ''))
core.setOutput('ref_name_without_v', context.ref.replace('refs/tags/v', ''))
- name: Deploy
uses: WyriHaximus/github-action-helm3@v3
with:
Expand Down

0 comments on commit fb6597f

Please sign in to comment.