fix(ci): disable --tls explicitly (#5068)

see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27300#note_621025442
This commit is contained in:
UdjinM6 2022-10-31 21:08:46 +03:00 committed by GitHub
parent aaa5c7967d
commit 8b37fd616a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@ builder-image:
stage: builder-image
image: docker:19.03.5
services:
- docker:19.03.5-dind
- name: docker:19.03.5-dind
command: ["--tls=false"]
variables:
DOCKER_HOST: "tcp://docker:2375"
DOCKER_DRIVER: overlay2