ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873438748
This commit is contained in:
2023-05-20 12:23:32 +00:00
parent 2e1bd3748c
commit b12c222ac2

View File

@@ -49,11 +49,11 @@ build-container:
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: tcp://thedockerhost:2375/ DOCKER_HOST: tcp://127.0.0.1:2375/
services: services:
#- docker:20.10.17-dind #- docker:20.10.17-dind
- name: docker:dind - name: docker:dind
alias: thedockerhost entrypoint: ["dockerd-entrypoint.sh", "--tls=false"]
stage: build stage: build
script: script:
# Begin of docker-login.sh # Begin of docker-login.sh