diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f89217a..4c64fc98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ prod_build: - branches services: - name: docker:20.10.21-dind - command: ["--insecure-registry=10.99.253.167:8090","--registry-mirror=http://10.99.253.167:8090","--insecure-registry=10.99.253.167:8088","--registry-mirror=http://10.99.253.167:8088"] + command: ["--insecure-registry=10.99.253.167:8090","--registry-mirror=http://10.99.253.167:8090","--insecure-registry=10.99.253.167:8088","--registry-mirror=http://10.99.253.167:8088","--tls=false"] variables: DOCKER_HOST: tcp://docker:2375 DOCKER_DRIVER: overlay2 @@ -60,7 +60,7 @@ prod_aihit_build: - branches services: - name: docker:20.10.21-dind - command: ["--insecure-registry=10.99.253.167:8090","--registry-mirror=http://10.99.253.167:8090","--insecure-registry=10.99.253.167:8088","--registry-mirror=http://10.99.253.167:8088"] + command: ["--insecure-registry=10.99.253.167:8090","--registry-mirror=http://10.99.253.167:8090","--insecure-registry=10.99.253.167:8088","--registry-mirror=http://10.99.253.167:8088","--tls=false"] variables: DOCKER_HOST: tcp://docker:2375 DOCKER_DRIVER: overlay2