Skip to content

Commit

Permalink
fix: image tag name based on github ref
Browse files Browse the repository at this point in the history
  • Loading branch information
julesbertrand committed Nov 9, 2023
1 parent 1e4c0f6 commit daad054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Set tag name
id: tag
run: echo ::set-output name=tag_name::${GITHUB_REF#*\/*\/}
run: echo ::set-output name=tag_name::${GITHUB_REF/\//-}
env:
GITHUB_REF: ${{ github.ref }}

Expand Down

0 comments on commit daad054

Please sign in to comment.