mirror of
https://github.com/yavook/kiwi-nextcloud.git
synced 2025-12-06 18:33:00 +00:00
Update Nextcloud 31
Add Nextcloud version 31
This commit is contained in:
parent
59efc6a72f
commit
1cd27d412d
1 changed files with 16 additions and 0 deletions
16
.drone.yml
16
.drone.yml
|
|
@ -154,6 +154,21 @@ steps:
|
|||
build_args:
|
||||
- NC_VERSION=30-fpm-alpine
|
||||
|
||||
- name: nextcloud 31
|
||||
image: plugins/docker
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
settings:
|
||||
repo: yavook/kiwi-nextcloud
|
||||
tags: 31
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
build_args:
|
||||
- NC_VERSION=31-fpm-alpine
|
||||
|
||||
- name: parallelism provider
|
||||
image: alpine
|
||||
depends_on:
|
||||
|
|
@ -167,3 +182,4 @@ steps:
|
|||
- nextcloud 28
|
||||
- nextcloud 29
|
||||
- nextcloud 30
|
||||
- nextcloud 31
|
||||
|
|
|
|||
Loading…
Reference in a new issue