Update .gitlab-ci.yml file

This commit is contained in:
2021-03-03 01:08:52 +00:00
parent 6e3673fced
commit f568d5ba5b

View File

@@ -1,14 +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:19.03.0-dind image: docker:18.09-dind
stage: build
services: services:
- docker:dind - docker:18.09-dind
variables: variables:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://localhost:2375
#DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
# variables: # variables: