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

nextcloud latest, parallelism

This commit is contained in:
Jörn-Michael Miehe 2022-10-23 03:32:08 +02:00
parent 0303a1b3bd
commit 709075a318

View file

@ -16,6 +16,18 @@ steps:
build_args:
- NC_VERSION=stable
- name: nextcloud latest
image: plugins/docker
settings:
repo: yavook/kiwi-nextcloud
tags: latest
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=latest
- name: nextcloud 21
image: plugins/docker
settings:
@ -63,3 +75,26 @@ steps:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=24
- name: nextcloud 25
image: plugins/docker
settings:
repo: yavook/kiwi-nextcloud
tags: 25
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=25
- name: parallelism provider
image: alpine
depends_on:
- nextcloud stable
- nextcloud latest
- nextcloud 21
- nextcloud 22
- nextcloud 23
- nextcloud 24
- nextcloud 25