no gods, no masters!

This commit is contained in:
Micha Gläß-Stöcker 2021-04-15 12:47:33 +02:00
parent 74fda793ec
commit 222b33ed62

View file

@ -74,7 +74,7 @@ weekly:buildx:
- docker build --platform=local -o . ./docker-buildx
only:
- schedules
- master
- main
weekly:deploy:
image: docker:19.03
@ -92,4 +92,4 @@ weekly:deploy:
- docker buildx build --platform linux/arm/v7 --push -t $CI_REGISTRY_IMAGE .
only:
- schedules
- master
- main