build docker images on docker hub
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user