mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 00:57:55 +00:00
Merge branch 'master' of github.com:Misterblue/convoar
This commit is contained in:
+4
-4
@@ -16,13 +16,13 @@ VERSION=$(cat VERSION)
|
||||
|
||||
# Tag and create commit git sources with the version number.
|
||||
# Not working yet... need to automate Visual Studio versioning.
|
||||
DO_GIT_TAG=no
|
||||
DO_GIT_TAG=yes
|
||||
|
||||
# Build the docker image of the latest git commited sources.
|
||||
DO_DOCKER_BUILD=yes
|
||||
|
||||
# Push the built docker image to DockerHub.
|
||||
DO_DOCKERHUB_PUSH=no
|
||||
DO_DOCKERHUB_PUSH=yes
|
||||
|
||||
# Tag the version in git
|
||||
if [[ "$DO_GIT_TAG" == "yes" ]] ; then
|
||||
@@ -34,8 +34,8 @@ if [[ "$DO_GIT_TAG" == "yes" ]] ; then
|
||||
fi
|
||||
|
||||
if [[ "$DO_DOCKER_BUILD" == "yes" ]] ; then
|
||||
# docker build --no-cache --build-arg VERSION=${VERSION} -t herbal3d/convoar .
|
||||
docker build --build-arg VERSION=${VERSION} -t herbal3d/convoar .
|
||||
docker build --no-cache --build-arg VERSION=${VERSION} -t herbal3d/convoar .
|
||||
# docker build --build-arg VERSION=${VERSION} -t herbal3d/convoar .
|
||||
|
||||
docker tag $DOCKERHUB_USER/$IMAGE:latest $DOCKERHUB_USER/$IMAGE:$VERSION
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user