mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 00:57:55 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user