mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update file build-container.tpl.yml
This commit is contained in:
parent
f1497f3fb0
commit
bbc4469648
1 changed files with 5 additions and 2 deletions
|
|
@ -17,9 +17,12 @@ build-container:
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
DOCKER_HOST: tcp://localhost:2375/
|
DOCKER_HOST: tcp://thedockerhost:2375/
|
||||||
services:
|
services:
|
||||||
- docker:20.10.17-dind
|
#- docker:20.10.17-dind
|
||||||
|
- name: docker:dind
|
||||||
|
alias: thedockerhost
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- ./scripts/docker-login.sh
|
- ./scripts/docker-login.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue