Skip to content

Commit

Permalink
update docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
yinqiwen committed Apr 7, 2018
1 parent 913a104 commit b1208ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/server/docker_push.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker login -u "$DOCKER_USER" -p "$DOCKER_PASS"
docker build --build-arg GSNOVA_VER=${TRAVIS_TAG} -t gsnova/gsnova-server:${TRAVIS_TAG} ./Docker/server
docker push gsnova/gsnova-server:${TRAVIS_TAG}

0 comments on commit b1208ba

Please sign in to comment.