fix docker build
This commit is contained in:
parent
b83cdc5f2f
commit
2e4aaefbc6
|
@ -15,7 +15,7 @@ deployment:
|
||||||
tags: /.*/
|
tags: /.*/
|
||||||
commands:
|
commands:
|
||||||
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
|
- 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
|
- docker push mozilla/fileshare:$CIRCLE_TAG
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue