CAPORG-409 Add scheduler to de.captica.n8n pipeline to trigger image recreation each day to get n8n updates
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 4m10s

This commit is contained in:
Tobias Lehmann
2025-09-20 11:37:38 +02:00
parent 71c43881b8
commit a9a59ec776

View File

@@ -1,7 +1,10 @@
name: Build Pipeline for de.captica.n8n
run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }}
on: [push]
on:
push:
schedule:
- cron: '0 * * * *'
jobs:
Publish Docker: