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

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: