mirror of
https://github.com/yavook/kiwi-nextcloud.git
synced 2024-11-24 08:03:00 +00:00
commit
4ccf906abb
1 changed files with 34 additions and 13 deletions
47
.drone.yml
47
.drone.yml
|
@ -6,6 +6,9 @@ type: docker
|
||||||
steps:
|
steps:
|
||||||
- name: nextcloud stable
|
- name: nextcloud stable
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
settings:
|
settings:
|
||||||
repo: yavook/kiwi-nextcloud
|
repo: yavook/kiwi-nextcloud
|
||||||
tags: stable
|
tags: stable
|
||||||
|
@ -18,6 +21,9 @@ steps:
|
||||||
|
|
||||||
- name: nextcloud latest
|
- name: nextcloud latest
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
settings:
|
settings:
|
||||||
repo: yavook/kiwi-nextcloud
|
repo: yavook/kiwi-nextcloud
|
||||||
tags: latest
|
tags: latest
|
||||||
|
@ -28,20 +34,11 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION=fpm-alpine
|
- NC_VERSION=fpm-alpine
|
||||||
|
|
||||||
- name: nextcloud 22
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
repo: yavook/kiwi-nextcloud
|
|
||||||
tags: 22
|
|
||||||
username:
|
|
||||||
from_secret: DOCKER_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: DOCKER_PASSWORD
|
|
||||||
build_args:
|
|
||||||
- NC_VERSION=22-fpm-alpine
|
|
||||||
|
|
||||||
- name: nextcloud 23
|
- name: nextcloud 23
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
settings:
|
settings:
|
||||||
repo: yavook/kiwi-nextcloud
|
repo: yavook/kiwi-nextcloud
|
||||||
tags: 23
|
tags: 23
|
||||||
|
@ -54,6 +51,9 @@ steps:
|
||||||
|
|
||||||
- name: nextcloud 24
|
- name: nextcloud 24
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
settings:
|
settings:
|
||||||
repo: yavook/kiwi-nextcloud
|
repo: yavook/kiwi-nextcloud
|
||||||
tags: 24
|
tags: 24
|
||||||
|
@ -66,6 +66,9 @@ steps:
|
||||||
|
|
||||||
- name: nextcloud 25
|
- name: nextcloud 25
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
settings:
|
settings:
|
||||||
repo: yavook/kiwi-nextcloud
|
repo: yavook/kiwi-nextcloud
|
||||||
tags: 25
|
tags: 25
|
||||||
|
@ -78,6 +81,9 @@ steps:
|
||||||
|
|
||||||
- name: nextcloud 26
|
- name: nextcloud 26
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
settings:
|
settings:
|
||||||
repo: yavook/kiwi-nextcloud
|
repo: yavook/kiwi-nextcloud
|
||||||
tags: 26
|
tags: 26
|
||||||
|
@ -88,13 +94,28 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION=26-fpm-alpine
|
- NC_VERSION=26-fpm-alpine
|
||||||
|
|
||||||
|
- name: nextcloud 27
|
||||||
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
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
|
- name: parallelism provider
|
||||||
image: alpine
|
image: alpine
|
||||||
depends_on:
|
depends_on:
|
||||||
- nextcloud stable
|
- nextcloud stable
|
||||||
- nextcloud latest
|
- nextcloud latest
|
||||||
- nextcloud 22
|
|
||||||
- nextcloud 23
|
- nextcloud 23
|
||||||
- nextcloud 24
|
- nextcloud 24
|
||||||
- nextcloud 25
|
- nextcloud 25
|
||||||
- nextcloud 26
|
- nextcloud 26
|
||||||
|
- nextcloud 27
|
||||||
|
|
Loading…
Reference in a new issue