From 7649b17df253b72d3f435bc0bfeb0a19889a1a84 Mon Sep 17 00:00:00 2001 From: DeveloperDurpBot Date: Sat, 20 May 2023 11:59:23 +0000 Subject: [PATCH] ci: render Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873429419 --- pipelines/build-container.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/build-container.yml b/pipelines/build-container.yml index 4236e96..c15d7b8 100644 --- a/pipelines/build-container.yml +++ b/pipelines/build-container.yml @@ -49,7 +49,7 @@ build-container: variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" - DOCKER_HOST: tcp://docker:2375 + DOCKER_HOST: tcp://localhost:2375/ services: - docker:19.03.12-dind stage: build @@ -72,8 +72,8 @@ build-container: artifacts: true only: - main - tags: - - docker + #tags: + # - docker HelmChart: image: registry.durp.info/dtzar/helm-kubectl stage: build