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

@@ -72,17 +72,3 @@ jobs:
tags: true
all_branches: true
repo: parse-community/parse-server
# publish on docker
- stage: release
before_script: skip
after_script: skip
script: skip
node_js: '6.1'
env: RELEASE=docker
deploy:
- provider: script
skip_cleanup: true
script: ./resources/docker-hub.sh
on:
tags: true
all_branches: true

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