From fe4753733d216ea5a871c2a9718c4a5b0f0ee045 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 20 May 2023 12:29:02 +0000 Subject: [PATCH] Update file build-container.tpl.yml --- templates/build-container.tpl.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/build-container.tpl.yml b/templates/build-container.tpl.yml index 07e6738..45b59a2 100644 --- a/templates/build-container.tpl.yml +++ b/templates/build-container.tpl.yml @@ -19,7 +19,6 @@ build-container: DOCKER_TLS_CERTDIR: "" DOCKER_HOST: tcp://127.0.0.1:2375/ services: - #- docker:20.10.17-dind - name: docker:dind entrypoint: ["dockerd-entrypoint.sh", "--tls=false"] stage: build @@ -31,8 +30,6 @@ build-container: artifacts: true only: - main - #tags: - # - docker HelmChart: image: registry.durp.info/dtzar/helm-kubectl