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:
parent
82ce7c98a8
commit
3ba727cc2f
1 changed files with 13 additions and 0 deletions
13
.drone.yml
13
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue