Update .gitlab-ci.yml file
This commit is contained in:
@@ -63,8 +63,10 @@ docker-build:
|
||||
alias: docker
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
before_script:
|
||||
- docker info
|
||||
script:
|
||||
- docker build -t centrum-api:latest -f Api/Dockerfile .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user