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