Update file build-container.yml

This commit is contained in:
2023-04-09 16:43:56 +00:00
parent 2768b7fc99
commit 20c23e0075

View File

@@ -7,7 +7,7 @@ build-container:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
services: services:
- docker:20.10.16-dind - name: docker:dind
entrypoint: ["env", "-u", "DOCKER_HOST"] entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd-entrypoint.sh"] command: ["dockerd-entrypoint.sh"]
stage: build stage: build