Update .gitlab-ci.yml

This commit is contained in:
Administrator 2021-06-03 12:33:46 +00:00
parent 337f1c224e
commit e7906d1566

View File

@ -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