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 for nc 31 & 32

This commit is contained in:
Penner4242 2025-04-03 08:08:33 +02:00 committed by GitHub
parent 59efc6a72f
commit b5c873b706
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,6 +154,36 @@ steps:
build_args:
- 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: nextcloud 32
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 32
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=32-fpm-alpine
- name: parallelism provider
image: alpine
depends_on:
@ -167,3 +197,5 @@ steps:
- nextcloud 28
- nextcloud 29
- nextcloud 30
- nextcloud 31
- nextcloud 32