diff --git a/pipelines/build-container.yml b/pipelines/build-container.yml index ae6d196..9df20f0 100644 --- a/pipelines/build-container.yml +++ b/pipelines/build-container.yml @@ -49,9 +49,11 @@ build-container: variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" - DOCKER_HOST: tcp://localhost:2375/ + DOCKER_HOST: tcp://thedockerhost:2375/ services: - - docker:20.10.17-dind + #- docker:20.10.17-dind + - name: docker:dind + alias: thedockerhost stage: build script: # Begin of docker-login.sh