Skip to content

Commit

Permalink
Remove 'v' prefix in release name
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrom committed Jul 26, 2020
1 parent 53e9d79 commit 8751e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
# Get latest release tag
tag=$(git describe --tags --abbrev=0)
tag=$(git describe --tags --abbrev=0 | sed s/^v//)
# Tag image
docker tag ${NAME}/${IMAGE}:latest ${NAME}/${IMAGE}:${tag}
Expand Down

0 comments on commit 8751e37

Please sign in to comment.