From 82ce7c98a86047088804adee6f6cb65c24752027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Mon, 3 Apr 2023 02:01:34 +0200 Subject: [PATCH] EOL NC21, add NC26 --- .drone.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1eece0f..7c87804 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,18 +28,6 @@ steps: build_args: - NC_VERSION=fpm-alpine -- name: nextcloud 21 - image: plugins/docker - settings: - repo: yavook/kiwi-nextcloud - tags: 21 - username: - from_secret: DOCKER_USERNAME - password: - from_secret: DOCKER_PASSWORD - build_args: - - NC_VERSION=21-fpm-alpine - - name: nextcloud 22 image: plugins/docker settings: @@ -88,13 +76,25 @@ steps: build_args: - NC_VERSION=25-fpm-alpine +- name: nextcloud 26 + image: plugins/docker + settings: + repo: yavook/kiwi-nextcloud + tags: 26 + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_PASSWORD + build_args: + - NC_VERSION=26-fpm-alpine + - name: parallelism provider image: alpine depends_on: - nextcloud stable - nextcloud latest - - nextcloud 21 - nextcloud 22 - nextcloud 23 - nextcloud 24 - nextcloud 25 + - nextcloud 26