This commit is contained in:
2023-11-06 05:35:38 -08:00
parent cf85842ed3
commit 489c1415a5
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
services: services:
- docker:19-dind - name: docker:19-dind
command: ["--tls=false"] command: ["--tls=false"]
include: include:

View File

@@ -6,7 +6,7 @@ variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
services: services:
- docker:19-dind - name: docker:19-dind
command: ["--tls=false"] command: ["--tls=false"]
build image: build image: