mirror of
https://github.com/yavook/kiwi-nextcloud.git
synced 2024-11-21 14:53:00 +00:00
EOL NC21, add NC26
This commit is contained in:
parent
9278f0db8f
commit
82ce7c98a8
1 changed files with 13 additions and 13 deletions
26
.drone.yml
26
.drone.yml
|
@ -28,18 +28,6 @@ steps:
|
|||
build_args:
|
||||
- NC_VERSION=fpm-alpine
|
||||
|
||||
- name: nextcloud 21
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: yavook/kiwi-nextcloud
|
||||
tags: 21
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
build_args:
|
||||
- NC_VERSION=21-fpm-alpine
|
||||
|
||||
- name: nextcloud 22
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -88,13 +76,25 @@ steps:
|
|||
build_args:
|
||||
- NC_VERSION=25-fpm-alpine
|
||||
|
||||
- name: nextcloud 26
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: yavook/kiwi-nextcloud
|
||||
tags: 26
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
build_args:
|
||||
- NC_VERSION=26-fpm-alpine
|
||||
|
||||
- name: parallelism provider
|
||||
image: alpine
|
||||
depends_on:
|
||||
- nextcloud stable
|
||||
- nextcloud latest
|
||||
- nextcloud 21
|
||||
- nextcloud 22
|
||||
- nextcloud 23
|
||||
- nextcloud 24
|
||||
- nextcloud 25
|
||||
- nextcloud 26
|
||||
|
|
Loading…
Reference in a new issue