1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2024-11-21 14:53:00 +00:00
kiwi-nextcloud/.drone.yml

101 lines
1.9 KiB
YAML
Raw Normal View History

2022-03-10 13:58:28 +00:00
---
kind: pipeline
name: default
type: docker
steps:
- name: nextcloud stable
image: plugins/docker
settings:
repo: yavook/kiwi-nextcloud
tags: stable
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
2022-07-30 20:36:06 +00:00
- NC_VERSION=stable
2022-03-10 13:58:28 +00:00
2022-10-23 01:32:08 +00:00
- name: nextcloud latest
image: plugins/docker
settings:
repo: yavook/kiwi-nextcloud
tags: latest
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=latest
2022-03-10 13:58:28 +00:00
- 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:
2022-07-30 20:36:06 +00:00
- NC_VERSION=21
2022-03-10 13:58:28 +00:00
- 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:
2022-07-30 20:36:06 +00:00
- NC_VERSION=22
2022-03-10 13:58:28 +00:00
- name: nextcloud 23
image: plugins/docker
settings:
repo: yavook/kiwi-nextcloud
tags: 23
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
2022-07-30 20:36:06 +00:00
- NC_VERSION=23
2022-07-30 16:56:04 +00:00
- name: nextcloud 24
image: plugins/docker
settings:
repo: yavook/kiwi-nextcloud
tags: 24
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
2022-07-30 20:36:06 +00:00
- NC_VERSION=24
2022-10-23 01:32:08 +00:00
- name: nextcloud 25
image: plugins/docker
settings:
repo: yavook/kiwi-nextcloud
tags: 25
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=25
- name: parallelism provider
image: alpine
depends_on:
- nextcloud stable
- nextcloud latest
- nextcloud 21
- nextcloud 22
- nextcloud 23
- nextcloud 24
- nextcloud 25