added global docker vars to ci config

This commit is contained in:
Micha Gläß-Stöcker 2020-11-16 13:58:52 +01:00
parent 79e14321b2
commit 46c69f55a6

View file

@ -6,6 +6,10 @@ stages:
- Weekly buildx
- Weekly deploy
variables:
DOCKER_DRIVER: overlay
DOCKER_TLS_CERTDIR: ""
# ----- Ad hoc Builds -----
buildx:
@ -88,4 +92,4 @@ weekly:deploy:
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
only:
- schedules
- master
- master