add nc 23
continuous-integration/drone/push Build is passing Details

master
bunix42 2 years ago
parent ab4feb8b54
commit 767655e6cf

@ -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…
Cancel
Save