From 8ae20afd98fd898a2b3a671ad66825dfe6dc2596 Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Sun, 9 Feb 2025 02:31:53 +0600 Subject: [PATCH] pipe docker --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bffd9f7..1592629 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,13 +11,12 @@ build-backend: stage: build image: docker:20.10.16 variables: - DOCKER_HOST: tcp://dind:2375 + DOCKER_HOST: tcp://docker:2375 DOCKER_TLS_CERTDIR: "" #DOCKER_TLS_VERIFY: 1 services: - name: docker:20.10.16-dind - alias: dind command: ["--tls=false"] before_script: - until docker info; do sleep 1; done @@ -36,11 +35,10 @@ build-frontend: stage: build image: docker:20.10.16 variables: - DOCKER_HOST: tcp://dind:2375 + DOCKER_HOST: tcp://docker:2375 DOCKER_TLS_CERTDIR: "" services: - name: docker:20.10.16-dind - alias: dind command: ["--tls=false"] before_script: - docker info