only trigger affected image builds on push
Some checks failed
Build Keycloak / Build Keycloak Image-1 (push) Successful in 2m55s
Build Keycloak / Build Keycloak Image (push) Successful in 2m56s
Build Keycloak / Build Keycloak Image-2 (push) Successful in 2m56s
Build Penpot / Build Image penpot-backend:2.1.2 (push) Failing after 3m43s
Build Penpot / Build Image penpot-exporter:2.1.2 (push) Failing after 3m52s
Build Nextcloud / Build Nextcloud 33 Image (push) Successful in 8m11s
Build Penpot / Build Image penpot-frontend:2.1.2 (push) Failing after 3m10s
Build Nextcloud / Build Nextcloud 34 Image (push) Successful in 8m28s

This commit is contained in:
Max 2026-08-19 16:20:30 +02:00
commit 5bfc2992a9
Signed by: max
SSH key fingerprint: SHA256:yZMpYLEULscoVYQvcuxhc3eWa6nymBFWCxjsRErAIY8
3 changed files with 11 additions and 3 deletions

View file

@ -2,7 +2,10 @@ name: Build Nextcloud
on:
workflow_dispatch: {}
push: {}
push:
paths:
- '.forgejo/workflows/build_nextcloud.yml'
- 'nextcloud/**'
schedule:
- cron: "@daily"