buildDocker.sh: default to not tagging or pushing the built image to the

hub. Makes default operation to just build the Docker image.
This commit is contained in:
Robert Adams
2019-12-15 11:24:53 -08:00
parent 68d216a132
commit e03dfd73bf
+1 -1
View File
@@ -22,7 +22,7 @@ DO_GIT_TAG=no
DO_DOCKER_BUILD=yes
# Push the built docker image to DockerHub.
DO_DOCKERHUB_PUSH=yes
DO_DOCKERHUB_PUSH=no
# Tag the version in git
if [[ "$DO_GIT_TAG" == "yes" ]] ; then