[ci skip]

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-02-23 03:36:03 +04:00 committed by GitHub
parent 5c57b42259
commit e60fa751eb
1 changed files with 1 additions and 2 deletions

View File

@ -501,8 +501,7 @@ docker-build:
- cd docker/hub
- if [ "$CI_BUILD_REF_NAME" == "nightly" ]; then DOCKER_TAG="latest"; else DOCKER_TAG=$CI_BUILD_REF_NAME; fi
- docker login -u $Docker_Hub_User -p $Docker_Hub_Pass
- docker build --no-cache=true --tag ethcore/parity:$DOCKER_TAG .
- docker push ethcore/parity:$DOCKER_TAG
- scripts/docker-build.sh $DOCKER_TAG
tags:
- docker
test-darwin: