1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2025-12-06 18:33:00 +00:00

Update for Nextcloud version 30

This commit is contained in:
Jörn-Michael Miehe 2025-03-06 19:34:53 +01:00
parent 6db0a7062f
commit 59efc6a72f

View file

@ -139,6 +139,21 @@ steps:
build_args:
- NC_VERSION=29-fpm-alpine
- name: nextcloud 30
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 30
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=30-fpm-alpine
- name: parallelism provider
image: alpine
depends_on:
@ -151,3 +166,4 @@ steps:
- nextcloud 27
- nextcloud 28
- nextcloud 29
- nextcloud 30