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 749f4d3 commit b931f09
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 "tag_name=${GITHUB_REF/\//-}" >> $GITHUB_OUTPUT
run: echo "tag_name=${GITHUB_REF//\//-}" >> $GITHUB_OUTPUT
env:
GITHUB_REF: ${{ github.ref }}

Expand Down

0 comments on commit b931f09

Please sign in to comment.