From 78bcfbfa1adf26b47424c9a4070f67f0ed6e136a Mon Sep 17 00:00:00 2001 From: Penner4242 <71649966+Penner4242@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:28:20 +0200 Subject: [PATCH] Update .drone.yml for NC 34 --- .drone.yml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/.drone.yml b/.drone.yml index 369ec4f..6e8f350 100644 --- a/.drone.yml +++ b/.drone.yml @@ -169,6 +169,51 @@ steps: build_args: - NC_VERSION=31-fpm-alpine +- name: nextcloud 32 + image: plugins/docker + when: + branch: + - master + settings: + repo: yavook/kiwi-nextcloud + tags: 31 + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_PASSWORD + build_args: + - NC_VERSION=32-fpm-alpine + +- name: nextcloud 33 + image: plugins/docker + when: + branch: + - master + settings: + repo: yavook/kiwi-nextcloud + tags: 31 + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_PASSWORD + build_args: + - NC_VERSION=33-fpm-alpine + +- name: nextcloud 34 + image: plugins/docker + when: + branch: + - master + settings: + repo: yavook/kiwi-nextcloud + tags: 31 + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_PASSWORD + build_args: + - NC_VERSION=34-fpm-alpine + - name: parallelism provider image: alpine depends_on: @@ -183,3 +228,6 @@ steps: - nextcloud 29 - nextcloud 30 - nextcloud 31 + - nextcloud 32 + - nextcloud 33 + - nextcloud 34