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