build docker images on docker hub

This commit is contained in:
Florent Vilmart
2017-05-12 23:13:50 -04:00
parent 391ac97494
commit f40019a326
2 changed files with 0 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
docker build -t parseplatform/parse-server:$TRAVIS_TAG .
docker push parseplatform/parse-server:$TRAVIS_TAG