Skip to content

Commit

Permalink
Fix docker version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageMarcus committed Aug 10, 2020
1 parent 985fec7 commit 85cf74e
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 @@ -20,7 +20,7 @@ jobs:
VERSION=latest
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/v}
VERSION=${GITHUB_REF#refs/tags/}
fi
TAGS="--tag ${DOCKER_IMAGE}:${VERSION}"
Expand Down

0 comments on commit 85cf74e

Please sign in to comment.