build docker images inside docker aka dind

This commit is contained in:
egon0 2021-09-09 17:45:11 +02:00 committed by Georg Krause
parent f80e26843b
commit 58abf6e5c7
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ variables:
PYTHONDONTWRITEBYTECODE: "true"
REVIEW_DOMAIN: preview.funkwhale.audio
REVIEW_INSTANCE_URL: https://demo.funkwhale.audio
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
stages:
- review