From 869240cb9bc4b0312f8946bca35265a3af4781fd Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Sun, 9 Feb 2025 02:05:56 +0600 Subject: [PATCH] pipe fix --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee4ae6a..d2c0b57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build-backend: image: docker:20.10.16 variables: DOCKER_TLS_CERTDIR: "" - DOCKER_HOST: tcp://docker:2375 + DOCKER_HOST: tcp://localhost:2375 services: - name: docker:20.10.16-dind alias: docker @@ -30,13 +30,14 @@ build-backend: expire_in: 1 hour only: - main + network_mode: host build-frontend: stage: build image: docker:20.10.16 variables: DOCKER_TLS_CERTDIR: "" - DOCKER_HOST: tcp://docker:2375 + DOCKER_HOST: tcp://localhost:2375 services: - name: docker:20.10.16-dind alias: docker @@ -53,6 +54,7 @@ build-frontend: expire_in: 1 hour only: - main + network_mode: host deploy: stage: deploy