build: add docker login

This commit is contained in:
rob boll 2016-11-22 21:40:50 -05:00
parent 6a54765e1f
commit 4674af9608
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ deployment:
release:
tag: /v.*/
commands:
- docker login -e="." -u="$DOCKER_USER" -p="$DOCKER_PASS" quay.io
- cd "$WORK" && make tools
- cd "$WORK" && BUILD_URL="$CIRCLE_BUILD_URL" make push release