Update Nextcloud Major versions
This commit is contained in:
parent
db1f4b7977
commit
01b9a81305
1 changed files with 40 additions and 39 deletions
|
@ -2,16 +2,17 @@ when:
|
||||||
- event: [push, manual]
|
- event: [push, manual]
|
||||||
matrix:
|
matrix:
|
||||||
NEXTCLOUD_VERSION:
|
NEXTCLOUD_VERSION:
|
||||||
- 28
|
- 30
|
||||||
- 29
|
- 29
|
||||||
|
- 28
|
||||||
steps:
|
steps:
|
||||||
- name: patch
|
- name: patch
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- "./patch-nextcloud.sh"
|
- "./patch-nextcloud.sh"
|
||||||
environment:
|
environment:
|
||||||
NEXTCLOUD_VERSION: ${NEXTCLOUD_VERSION}
|
NEXTCLOUD_VERSION: ${NEXTCLOUD_VERSION}
|
||||||
- name: docker
|
- name: docker
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
|
@ -26,7 +27,7 @@ steps:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
- name: docker-build
|
- name: docker-build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue