add nc 25 to build and update versions
continuous-integration/drone/push Build is passing Details

master
bunix42 1 year ago
parent 4e7cf92be8
commit 29fc2997b9

@ -17,9 +17,9 @@ steps:
password:
from_secret: docker_password
build_args:
- NEXTCLOUD_VERSION=23.0.8-fpm
- NEXTCLOUD_VERSION=23.0.12-fpm
tags:
- 23.0.8-fpm
- 23.0.12-fpm
- 23.0-fpm
- 23-fpm
@ -32,12 +32,27 @@ steps:
password:
from_secret: docker_password
build_args:
- NEXTCLOUD_VERSION=24.0.4-fpm
- NEXTCLOUD_VERSION=24.0.8-fpm
tags:
- 24.0.4-fpm
- 24.0.8-fpm
- 24.0-fpm
- 24-fpm
- name: nextcloud-25-fpm
image: plugins/docker
settings:
repo: bunix42/nextcloud
username:
from_secret: docker_username
password:
from_secret: docker_password
build_args:
- NEXTCLOUD_VERSION=25.0.2-fpm
tags:
- 25.0.2-fpm
- 25.0-fpm
- 25-fpm
- name: slack
image: plugins/slack
settings:

Loading…
Cancel
Save