Merge pull request #122 from mozilla/docker-circle

fix docker build
This commit is contained in:
Danny Coates 2017-06-22 15:29:33 -07:00 committed by GitHub
commit c64844bc80
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ deployment:
tags: /.*/
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker build . -t mozilla/fileshare:$CIRCLE_TAG
- docker build -t mozilla/fileshare:$CIRCLE_TAG .
- docker push mozilla/fileshare:$CIRCLE_TAG
test: