1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2024-11-24 16:13:01 +00:00
This commit is contained in:
Jörn-Michael Miehe 2023-07-08 00:05:40 +02:00
parent 8211660e6d
commit eaaab23897

View file

@ -28,18 +28,6 @@ steps:
build_args: build_args:
- NC_VERSION=fpm-alpine - NC_VERSION=fpm-alpine
- name: nextcloud 22
image: plugins/docker
settings:
repo: yavook/kiwi-nextcloud
tags: 22
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
build_args:
- NC_VERSION=22-fpm-alpine
- name: nextcloud 23 - name: nextcloud 23
image: plugins/docker image: plugins/docker
settings: settings:
@ -108,7 +96,6 @@ steps:
depends_on: depends_on:
- nextcloud stable - nextcloud stable
- nextcloud latest - nextcloud latest
- nextcloud 22
- nextcloud 23 - nextcloud 23
- nextcloud 24 - nextcloud 24
- nextcloud 25 - nextcloud 25