Skip to content

Commit

Permalink
Merge pull request #95 from grycap/oscar2
Browse files Browse the repository at this point in the history
 Fix build in github actions
  • Loading branch information
srisco authored Oct 27, 2020
2 parents da23b85 + 76308f4 commit 5a18425
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 5a18425

Please sign in to comment.