diff --git a/pipelines/build-container.yml b/pipelines/build-container.yml index 553d70b..82c1c5b 100644 --- a/pipelines/build-container.yml +++ b/pipelines/build-container.yml @@ -7,7 +7,7 @@ build-container: DOCKER_TLS_CERTDIR: "" DOCKER_HOST: tcp://docker:2375 services: - - docker:20.10.16-dind + - name: docker:dind entrypoint: ["env", "-u", "DOCKER_HOST"] command: ["dockerd-entrypoint.sh"] stage: build