From b5c873b7063def01045cde305468ebb4822d00e2 Mon Sep 17 00:00:00 2001 From: Penner4242 <71649966+Penner4242@users.noreply.github.com> Date: Thu, 3 Apr 2025 08:08:33 +0200 Subject: [PATCH] Update .drone.yml for nc 31 & 32 --- .drone.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1d9038d..36d7472 100644 --- a/.drone.yml +++ b/.drone.yml @@ -154,6 +154,36 @@ 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: nextcloud 32 + image: plugins/docker + when: + branch: + - master + settings: + repo: yavook/kiwi-nextcloud + tags: 32 + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_PASSWORD + build_args: + - NC_VERSION=32-fpm-alpine + - name: parallelism provider image: alpine depends_on: @@ -167,3 +197,5 @@ steps: - nextcloud 28 - nextcloud 29 - nextcloud 30 + - nextcloud 31 + - nextcloud 32