From eaaab23897c6ca83756e9c4978eb3c4af46003ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Sat, 8 Jul 2023 00:05:40 +0200 Subject: [PATCH] EOL NC22 --- .drone.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 803b77d..b3aeb62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,18 +28,6 @@ steps: build_args: - NC_VERSION=fpm-alpine -- name: nextcloud 22 - image: plugins/docker - settings: - repo: yavook/kiwi-nextcloud - tags: 22 - username: - from_secret: DOCKER_USERNAME - password: - from_secret: DOCKER_PASSWORD - build_args: - - NC_VERSION=22-fpm-alpine - - name: nextcloud 23 image: plugins/docker settings: @@ -108,7 +96,6 @@ steps: depends_on: - nextcloud stable - nextcloud latest - - nextcloud 22 - nextcloud 23 - nextcloud 24 - nextcloud 25