From fc1de7b1b65e6b79d87abec22068975ebf0a4765 Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Sun, 9 Feb 2025 03:10:16 +0600 Subject: [PATCH] pipe docker --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1592629..41703ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,8 @@ build-backend: services: - name: docker:20.10.16-dind - command: ["--tls=false"] + alias: docker + command: ["--tls=false", "--host=tcp://0.0.0.0:2375"] before_script: - until docker info; do sleep 1; done script: @@ -39,7 +40,8 @@ build-frontend: DOCKER_TLS_CERTDIR: "" services: - name: docker:20.10.16-dind - command: ["--tls=false"] + alias: docker + command: ["--tls=false", "--host=tcp://0.0.0.0:2375"] before_script: - docker info script: @@ -72,4 +74,5 @@ deploy: only: - main environment: - name: production \ No newline at end of file + name: production +