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
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 11s
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user