testing fix to gitlab.yml file
This commit is contained in:
parent
cc248a5d1d
commit
38981f5de1
@ -20,6 +20,11 @@ build_and_push_container:
|
||||
- apk add --no-cache python3
|
||||
- pip3 install -r app/requirements.txt
|
||||
stage: deploy
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2375/
|
||||
DOCKER_DRIVER: overlay2
|
||||
# See https://github.com/docker-library/docker/pull/166
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
script:
|
||||
- docker login -u ldooks -p $DOCKER_PASSWORD
|
||||
- docker build -t ldooks/dragon-bot:latest .
|
||||
|
Loading…
x
Reference in New Issue
Block a user