mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873436311
This commit is contained in:
parent
bbc4469648
commit
90fcd085ec
1 changed files with 4 additions and 2 deletions
|
|
@ -49,9 +49,11 @@ build-container:
|
|||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
DOCKER_HOST: tcp://localhost:2375/
|
||||
DOCKER_HOST: tcp://thedockerhost:2375/
|
||||
services:
|
||||
- docker:20.10.17-dind
|
||||
#- docker:20.10.17-dind
|
||||
- name: docker:dind
|
||||
alias: thedockerhost
|
||||
stage: build
|
||||
script:
|
||||
# Begin of docker-login.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue