1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2024-11-21 14:53:00 +00:00

EOL NC21, add NC26

This commit is contained in:
Jörn-Michael Miehe 2023-04-03 02:01:34 +02:00
parent 9278f0db8f
commit 82ce7c98a8

View file

@ -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