Skip to content

Commit

Permalink
fix(ci): disable --tls explicitly (#5068)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored Oct 31, 2022
1 parent aaa5c79 commit 8b37fd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b37fd6

Please sign in to comment.