mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-11 04:33:00 +00:00
fix docker build
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user