mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 18:29:27 +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 buildx
|
||||||
- Weekly deploy
|
- Weekly deploy
|
||||||
|
|
||||||
|
variables:
|
||||||
|
DOCKER_DRIVER: overlay
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
# ----- Ad hoc Builds -----
|
# ----- Ad hoc Builds -----
|
||||||
|
|
||||||
buildx:
|
buildx:
|
||||||
|
|
@ -88,4 +92,4 @@ weekly:deploy:
|
||||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue