mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873429419
This commit is contained in:
parent
bc34e54509
commit
7649b17df2
1 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ build-container:
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://localhost:2375/
|
||||||
services:
|
services:
|
||||||
- docker:19.03.12-dind
|
- docker:19.03.12-dind
|
||||||
stage: build
|
stage: build
|
||||||
|
|
@ -72,8 +72,8 @@ build-container:
|
||||||
artifacts: true
|
artifacts: true
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
tags:
|
#tags:
|
||||||
- docker
|
# - docker
|
||||||
HelmChart:
|
HelmChart:
|
||||||
image: registry.durp.info/dtzar/helm-kubectl
|
image: registry.durp.info/dtzar/helm-kubectl
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue