mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
pipe docker
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user