From 01b9a813059fa502d2e5ebefd142d9232752528e Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 24 Sep 2024 20:58:33 +0000 Subject: [PATCH] Update Nextcloud Major versions --- .woodpecker.yaml | 79 ++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 5c1d114..46878f0 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -2,44 +2,45 @@ when: - event: [push, manual] matrix: NEXTCLOUD_VERSION: - - 28 + - 30 - 29 + - 28 steps: -- name: patch - image: debian - commands: - - "./patch-nextcloud.sh" - environment: - NEXTCLOUD_VERSION: ${NEXTCLOUD_VERSION} -- name: docker - image: woodpeckerci/plugin-docker-buildx - privileged: true - settings: - registry: git.ar21.de - username: - from_secret: REGISTRY_USER - password: - from_secret: REGISTRY_PASS - repo: git.ar21.de/aaron/nextcloud-fpm - platforms: - - linux/arm64 - - linux/amd64 - when: - - branch: main -- name: docker-build - image: woodpeckerci/plugin-docker-buildx - privileged: true - settings: - registry: git.ar21.de - username: - from_secret: REGISTRY_USER - password: - from_secret: REGISTRY_PASS - repo: git.ar21.de/aaron/nextcloud-fpm - platforms: - - linux/arm64 - - linux/amd64 - dry_run: true - when: - - branch: - exclude: main + - name: patch + image: debian + commands: + - "./patch-nextcloud.sh" + environment: + NEXTCLOUD_VERSION: ${NEXTCLOUD_VERSION} + - name: docker + image: woodpeckerci/plugin-docker-buildx + privileged: true + settings: + registry: git.ar21.de + username: + from_secret: REGISTRY_USER + password: + from_secret: REGISTRY_PASS + repo: git.ar21.de/aaron/nextcloud-fpm + platforms: + - linux/arm64 + - linux/amd64 + when: + - branch: main + - name: docker-build + image: woodpeckerci/plugin-docker-buildx + privileged: true + settings: + registry: git.ar21.de + username: + from_secret: REGISTRY_USER + password: + from_secret: REGISTRY_PASS + repo: git.ar21.de/aaron/nextcloud-fpm + platforms: + - linux/arm64 + - linux/amd64 + dry_run: true + when: + - branch: + exclude: main