1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

pipe docker

This commit is contained in:
MoonTestUse1
2025-02-09 03:10:16 +06:00
parent 8ae20afd98
commit fc1de7b1b6

View File

@@ -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
name: production