mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 15:39:24 +00:00
added global docker vars to ci config
This commit is contained in:
parent
79e14321b2
commit
46c69f55a6
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue