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:
parent
0303a1b3bd
commit
709075a318
1 changed files with 35 additions and 0 deletions
35
.drone.yml
35
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue