Skip to content

Commit

Permalink
Fix build in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
srisco committed Oct 27, 2020
1 parent da23b85 commit 76308f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fi
TAGS="--tag ${DOCKER_IMAGE}:latest"
if [[ ! -v $VERSION ]]; then
if [[ ! -z "$VERSION" ]]; then
TAGS="$TAGS --tag ${DOCKER_IMAGE}:${VERSION}"
fi
Expand Down

0 comments on commit 76308f4

Please sign in to comment.