CAPORG-409 Adjusted scheduling to force docker image recreation each morning at 3 o clock
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 11s

This commit is contained in:
Tobias Lehmann
2025-09-20 12:01:15 +02:00
parent a9a59ec776
commit 2853e92fbb

View File

@@ -4,7 +4,7 @@ run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }}
on: on:
push: push:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 3 * * *'
jobs: jobs:
Publish Docker: Publish Docker: