Skip to content

Commit

Permalink
fix docker build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Starcher committed Feb 5, 2022
1 parent c0e4b16 commit bcbcdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# If this is git tag, use the tag name as a docker tag
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/v}
VERSION=${GITHUB_REF#refs/tags/}
fi
TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:${SHORTREF}"
Expand Down

0 comments on commit bcbcdb2

Please sign in to comment.