1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2025-12-06 18:33:00 +00:00

Update .drone.yml Add version 31

Remove version 23-25
This commit is contained in:
Penner4242 2025-09-19 08:53:18 +02:00 committed by GitHub
parent 59efc6a72f
commit 0baf54056e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,51 +34,6 @@ steps:
build_args: build_args:
- NC_VERSION=fpm-alpine - NC_VERSION=fpm-alpine
- name: nextcloud 23
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 23
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=23-fpm-alpine
- name: nextcloud 24
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 24
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=24-fpm-alpine
- name: nextcloud 25
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 25
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=25-fpm-alpine
- name: nextcloud 26 - name: nextcloud 26
image: plugins/docker image: plugins/docker
when: when:
@ -153,17 +108,30 @@ steps:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
build_args: build_args:
- NC_VERSION=30-fpm-alpine - NC_VERSION=30-fpm-alpine
- name: nextcloud 31
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 31
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=31-fpm-alpine
- name: parallelism provider - name: parallelism provider
image: alpine image: alpine
depends_on: depends_on:
- nextcloud stable - nextcloud stable
- nextcloud latest - nextcloud latest
- nextcloud 23
- nextcloud 24
- nextcloud 25
- nextcloud 26 - nextcloud 26
- nextcloud 27 - nextcloud 27
- nextcloud 28 - nextcloud 28
- nextcloud 29 - nextcloud 29
- nextcloud 30 - nextcloud 30
- nextcloud 31