From 59efc6a72f293c47e01ce965b2579ef3e672def5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:34:53 +0100 Subject: [PATCH] Update for Nextcloud version 30 --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.drone.yml b/.drone.yml index 01b5a0c..1d9038d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -139,6 +139,21 @@ steps: build_args: - NC_VERSION=29-fpm-alpine +- name: nextcloud 30 + image: plugins/docker + when: + branch: + - master + settings: + repo: yavook/kiwi-nextcloud + tags: 30 + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_PASSWORD + build_args: + - NC_VERSION=30-fpm-alpine + - name: parallelism provider image: alpine depends_on: @@ -151,3 +166,4 @@ steps: - nextcloud 27 - nextcloud 28 - nextcloud 29 + - nextcloud 30