This commit is contained in:
parent
ab4feb8b54
commit
767655e6cf
18
.drone.yml
18
.drone.yml
@ -5,7 +5,7 @@ name: default
|
||||
|
||||
steps:
|
||||
|
||||
- name: nextcloud-22.2.6-fpm
|
||||
- name: nextcloud-22-fpm
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: bunix42/nextcloud
|
||||
@ -20,6 +20,22 @@ steps:
|
||||
- 22.2-fpm
|
||||
- 22-fpm
|
||||
|
||||
- name: nextcloud-23-fpm
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: bunix42/nextcloud
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
build_args:
|
||||
- NEXTCLOUD_VERSION=23.0.3-fpm
|
||||
tags:
|
||||
- 23.0.3-fpm
|
||||
- 23.0-fpm
|
||||
- 23-fpm
|
||||
|
||||
|
||||
- name: slack
|
||||
image: plugins/slack
|
||||
settings:
|
||||
|
Loading…
Reference in New Issue
Block a user