Update .gitlab-ci.yml file

This commit is contained in:
2021-03-03 01:04:41 +00:00
parent 29a221f449
commit f1a87650f0

View File

@@ -1,13 +1,13 @@
# This file is a template, and might need editing before it works on your project. # This file is a template, and might need editing before it works on your project.
docker-build-master: docker-build-master:
# Official docker image. # Official docker image.
image: docker:18.09.7-dind image: docker:19.03.0-dind
stage: build stage: build
services: services:
- docker:dind - docker:dind
variables: variables:
DOCKER_HOST: tcp://127.0.0.1:2376 DOCKER_HOST: tcp://localhost:2375
#DOCKER_DRIVER: overlay2 #DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""