Skip to content

Commit b5b769a

Browse files
committed
Update mvnw
1 parent 502153e commit b5b769a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mvnw

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
if [ $# == 0 ]; then
44

5-
docker build -t unity-build:latest \
5+
docker build -t nachawati/unity-build:0.1.0 \
66
-f ${0%/*}/deploy/src/docker/Dockerfile.build ${0%/*}/deploy/src/docker
77

88
else
99

1010
if [[ "$(docker images -q unity-build:latest 2> /dev/null)" == "" ]]; then
1111

12-
docker build -t unity-build:latest \
12+
docker build -t nachawati/unity-build:0.1.0 \
1313
-f ${0%/*}/deploy/src/docker/Dockerfile.build ${0%/*}/deploy/src/docker
1414

1515
fi
@@ -23,7 +23,7 @@ else
2323
-v "/home/${SUDO_USER:-$USER}/.docker:/root/.docker" \
2424
-e DOCKER_HOST=unix:///var/run/docker.sock \
2525
-e MAVEN_CONFIG=/var/maven/.m2 \
26-
unity-build:latest \
26+
nachawati/unity-build:0.1.0 \
2727
mvn -Duser.home=/var/maven "$@"
2828

2929
fi

0 commit comments

Comments
 (0)