mirror of
https://github.com/yavook/kiwi-nextcloud.git
synced 2024-11-21 23:03:00 +00:00
build_args format
This commit is contained in:
parent
18e4e223bd
commit
6d4cd7cd3c
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -14,7 +14,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION: stable
|
- NC_VERSION=stable
|
||||||
|
|
||||||
- name: nextcloud 21
|
- name: nextcloud 21
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -26,7 +26,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION: 21
|
- NC_VERSION=21
|
||||||
|
|
||||||
- name: nextcloud 22
|
- name: nextcloud 22
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -38,7 +38,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION: 22
|
- NC_VERSION=22
|
||||||
|
|
||||||
- name: nextcloud 23
|
- name: nextcloud 23
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -50,7 +50,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION: 23
|
- NC_VERSION=23
|
||||||
|
|
||||||
- name: nextcloud 24
|
- name: nextcloud 24
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -62,4 +62,4 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
build_args:
|
build_args:
|
||||||
- NC_VERSION: 24
|
- NC_VERSION=24
|
||||||
|
|
Loading…
Reference in a new issue