nextcloud-fpm/.woodpecker.yaml

47 lines
1,008 B
YAML
Raw Permalink Normal View History

2024-09-24 21:49:59 +02:00
when:
- event: [push, manual]
matrix:
NEXTCLOUD_VERSION:
2024-09-24 22:58:33 +02:00
- 30
2024-09-24 21:49:59 +02:00
- 29
2024-09-24 22:58:33 +02:00
- 28
2022-07-04 11:19:25 +02:00
steps:
2024-09-24 22:58:33 +02:00
- name: patch
image: debian
commands:
- "./patch-nextcloud.sh"
environment:
NEXTCLOUD_VERSION: ${NEXTCLOUD_VERSION}
- name: docker
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/nextcloud-fpm
platforms:
- linux/arm64
- linux/amd64
when:
- branch: main
- name: docker-build
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/nextcloud-fpm
platforms:
- linux/arm64
- linux/amd64
dry_run: true
when:
- branch:
exclude: main