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

Update for Nextcloud version 28 and version 29

This commit is contained in:
Penner4242 2024-06-13 09:34:54 +02:00 committed by GitHub
parent d58c9f6197
commit 5749db747c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,6 +109,36 @@ steps:
build_args: build_args:
- NC_VERSION=27-fpm-alpine - NC_VERSION=27-fpm-alpine
- name: nextcloud 28
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 28
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=28-fpm-alpine
- name: nextcloud 29
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 29
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=29-fpm-alpine
- name: parallelism provider - name: parallelism provider
image: alpine image: alpine
depends_on: depends_on:
@ -119,3 +149,5 @@ steps:
- nextcloud 25 - nextcloud 25
- nextcloud 26 - nextcloud 26
- nextcloud 27 - nextcloud 27
- nextcloud 28
- nextcloud 29