drop 24.x / bump 25.0.6 / bump 26.0.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
bunix42 2023-05-05 19:11:55 +00:00
parent 928d8447f3
commit eee44553c0

View File

@ -8,21 +8,6 @@ steps:
- name: validate - name: validate
image: bunix42/pre-commit image: bunix42/pre-commit
- name: nextcloud-24-fpm
image: plugins/docker
settings:
repo: bunix42/nextcloud
username:
from_secret: docker_username
password:
from_secret: docker_password
build_args:
- NEXTCLOUD_VERSION=24.0.11-fpm
tags:
- 24.0.11-fpm
- 24.0-fpm
- 24-fpm
- name: nextcloud-25-fpm - name: nextcloud-25-fpm
image: plugins/docker image: plugins/docker
settings: settings:
@ -32,9 +17,9 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
build_args: build_args:
- NEXTCLOUD_VERSION=25.0.5-fpm - NEXTCLOUD_VERSION=25.0.6-fpm
tags: tags:
- 25.0.5-fpm - 25.0.6-fpm
- 25.0-fpm - 25.0-fpm
- 25-fpm - 25-fpm
@ -47,9 +32,9 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
build_args: build_args:
- NEXTCLOUD_VERSION=26.0.0-fpm - NEXTCLOUD_VERSION=26.0.1-fpm
tags: tags:
- 26.0.0-fpm - 26.0.1-fpm
- 26.0-fpm - 26.0-fpm
- 26-fpm - 26-fpm