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

Merge pull request #2 from Penner4242/patch-1

Nextcloud 28 and 29
This commit is contained in:
Jörn-Michael Miehe 2024-06-13 10:10:17 +02:00 committed by GitHub
commit 6db0a7062f
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