Update .gitlab-ci.yml file
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# This file is a template, and might need editing before it works on your project.
|
||||
docker-build-master:
|
||||
# Official docker image.
|
||||
image: docker:18.09.7-dind
|
||||
image: docker:19.03.0-dind
|
||||
stage: build
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: tcp://127.0.0.1:2376
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
#DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user