From e7906d15662f0ea0281aba87a0729a4b908b15a5 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 3 Jun 2021 12:33:46 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcc06bd..ed36d2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,8 @@ docker-build: # Official docker image. image: docker:20.10.6 variables: - DOCKER_TLS_CERTDIR: "/certs" + DOCKER_HOST: tcp://docker:2375 + DOCKER_TLS_CERTDIR: "" stage: build tags: - docker @@ -22,7 +23,8 @@ docker-build-master: # Official docker image. image: docker:20.10.6 variables: - DOCKER_TLS_CERTDIR: "/certs" + DOCKER_HOST: tcp://docker:2375 + DOCKER_TLS_CERTDIR: "" stage: build tags: - docker