1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2024-11-21 14:53:00 +00:00

"when branch = master"

This commit is contained in:
Jörn-Michael Miehe 2023-07-08 00:41:57 +02:00
parent eaaab23897
commit 9ff016ac68

View file

@ -6,6 +6,9 @@ type: docker
steps:
- name: nextcloud stable
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: stable
@ -18,6 +21,9 @@ steps:
- name: nextcloud latest
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: latest
@ -30,6 +36,9 @@ steps:
- name: nextcloud 23
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 23
@ -42,6 +51,9 @@ steps:
- name: nextcloud 24
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 24
@ -54,6 +66,9 @@ steps:
- name: nextcloud 25
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 25
@ -66,6 +81,9 @@ steps:
- name: nextcloud 26
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 26
@ -78,6 +96,9 @@ steps:
- name: nextcloud 27
image: plugins/docker
when:
branch:
- master
settings:
repo: yavook/kiwi-nextcloud
tags: 27
@ -90,9 +111,6 @@ steps:
- name: parallelism provider
image: alpine
when:
branch:
- master
depends_on:
- nextcloud stable
- nextcloud latest