mirror of
https://github.com/yavook/kiwi-nextcloud.git
synced 2026-08-06 00:28:48 +00:00
Update .drone.yml for NC 34
This commit is contained in:
parent
68300c5bae
commit
78bcfbfa1a
1 changed files with 48 additions and 0 deletions
48
.drone.yml
48
.drone.yml
|
|
@ -169,6 +169,51 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION=31-fpm-alpine
|
- NC_VERSION=31-fpm-alpine
|
||||||
|
|
||||||
|
- name: nextcloud 32
|
||||||
|
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=32-fpm-alpine
|
||||||
|
|
||||||
|
- name: nextcloud 33
|
||||||
|
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=33-fpm-alpine
|
||||||
|
|
||||||
|
- name: nextcloud 34
|
||||||
|
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=34-fpm-alpine
|
||||||
|
|
||||||
- name: parallelism provider
|
- name: parallelism provider
|
||||||
image: alpine
|
image: alpine
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -183,3 +228,6 @@ steps:
|
||||||
- nextcloud 29
|
- nextcloud 29
|
||||||
- nextcloud 30
|
- nextcloud 30
|
||||||
- nextcloud 31
|
- nextcloud 31
|
||||||
|
- nextcloud 32
|
||||||
|
- nextcloud 33
|
||||||
|
- nextcloud 34
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue