bump version for circleci build

This commit is contained in:
Danny Coates 2017-06-23 18:54:59 -07:00
parent dff136b70f
commit 529c6d0fe7
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 4 additions and 3 deletions

View file

@ -13,7 +13,8 @@ deployment:
- docker build -t mozilla/fileshare:latest .
- docker push mozilla/fileshare:latest
tags:
tags: /.*/
tag: /.*/
owner: mozilla
commands:
- npm run predocker
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS