Skip to content

Commit

Permalink
Fix docker build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazin committed May 17, 2020
1 parent a044f92 commit 4f5b071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ after_success:
# Push docker image. Docker image should be created and the variables REPO,
# VERSION, and TAG should exist.
- if [[ $TRAVIS_PULL_REQUEST == "false" && $DEPLOY_IMAGE == "true" ]]; then
echo "Pushing to $REPO $VERSION $TAG"
echo "Pushing to $REPO $VERSION $TAG";
sudo docker login -u "$DOCKER_USER" -p "$DOCKER_PASS";
sudo docker push $REPO:$VERSION-$TAG;
fi
Expand Down

0 comments on commit 4f5b071

Please sign in to comment.