mirror of
https://github.com/yavook/kiwi-nextcloud.git
synced 2024-11-24 08:03:00 +00:00
nextcloud 24
This commit is contained in:
parent
f9f5c60147
commit
18e4e223bd
1 changed files with 12 additions and 0 deletions
12
.drone.yml
12
.drone.yml
|
@ -51,3 +51,15 @@ steps:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION: 23
|
- NC_VERSION: 23
|
||||||
|
|
||||||
|
- 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:
|
||||||
|
- NC_VERSION: 24
|
||||||
|
|
Loading…
Reference in a new issue