From 60f543baefbda6f77310f11af113b8c8260e6e50 Mon Sep 17 00:00:00 2001 From: Penner4242 <71649966+Penner4242@users.noreply.github.com> Date: Fri, 19 Sep 2025 08:31:47 +0200 Subject: [PATCH] Update .drone.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Löschung der Versionen 23-25 Hinzufügen der Version 31 --- .drone.yml | 64 ++++++++++++++---------------------------------------- 1 file changed, 16 insertions(+), 48 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1d9038d..b981221 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,51 +34,6 @@ steps: build_args: - NC_VERSION=fpm-alpine -- name: nextcloud 23 - image: plugins/docker - when: - branch: - - master - settings: - repo: yavook/kiwi-nextcloud - tags: 23 - username: - from_secret: DOCKER_USERNAME - password: - from_secret: DOCKER_PASSWORD - build_args: - - NC_VERSION=23-fpm-alpine - -- name: nextcloud 24 - image: plugins/docker - when: - branch: - - master - settings: - repo: yavook/kiwi-nextcloud - tags: 24 - username: - from_secret: DOCKER_USERNAME - password: - from_secret: DOCKER_PASSWORD - build_args: - - NC_VERSION=24-fpm-alpine - -- name: nextcloud 25 - image: plugins/docker - when: - branch: - - master - settings: - repo: yavook/kiwi-nextcloud - tags: 25 - username: - from_secret: DOCKER_USERNAME - password: - from_secret: DOCKER_PASSWORD - build_args: - - NC_VERSION=25-fpm-alpine - - name: nextcloud 26 image: plugins/docker when: @@ -154,16 +109,29 @@ steps: build_args: - NC_VERSION=30-fpm-alpine +- name: nextcloud 31 + 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=31-fpm-alpine + - name: parallelism provider image: alpine depends_on: - nextcloud stable - nextcloud latest - - nextcloud 23 - - nextcloud 24 - - nextcloud 25 - nextcloud 26 - nextcloud 27 - nextcloud 28 - nextcloud 29 - nextcloud 30 + - nextcloud 31