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

nextcloud 27

This commit is contained in:
penner 2023-07-07 23:21:43 +02:00
parent 82ce7c98a8
commit 3ba727cc2f

View file

@ -88,6 +88,18 @@ steps:
build_args:
- NC_VERSION=26-fpm-alpine
- name: nextcloud 27
image: plugins/docker
settings:
repo: yavook/kiwi-nextcloud
tags: 27
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=27-fpm-alpine
- name: parallelism provider
image: alpine
depends_on:
@ -98,3 +110,4 @@ steps:
- nextcloud 24
- nextcloud 25
- nextcloud 26
- nextcloud 27