ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873439881
This commit is contained in:
2023-05-20 12:30:30 +00:00
parent fe4753733d
commit d99b253208

View File

@@ -51,7 +51,6 @@ build-container:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: tcp://127.0.0.1:2375/ DOCKER_HOST: tcp://127.0.0.1:2375/
services: services:
#- docker:20.10.17-dind
- name: docker:dind - name: docker:dind
entrypoint: ["dockerd-entrypoint.sh", "--tls=false"] entrypoint: ["dockerd-entrypoint.sh", "--tls=false"]
stage: build stage: build
@@ -74,8 +73,6 @@ build-container:
artifacts: true artifacts: true
only: only:
- main - main
#tags:
# - docker
HelmChart: HelmChart:
image: registry.durp.info/dtzar/helm-kubectl image: registry.durp.info/dtzar/helm-kubectl
stage: build stage: build