From 2853e92fbb61b9a2f0a2c94c24f43595efb7d79a Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Sat, 20 Sep 2025 12:01:15 +0200 Subject: [PATCH] CAPORG-409 Adjusted scheduling to force docker image recreation each morning at 3 o clock --- .gitea/workflows/pipeline-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline-build.yaml b/.gitea/workflows/pipeline-build.yaml index 11465b9..93e0680 100644 --- a/.gitea/workflows/pipeline-build.yaml +++ b/.gitea/workflows/pipeline-build.yaml @@ -4,7 +4,7 @@ run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }} on: push: schedule: - - cron: '0 * * * *' + - cron: '0 3 * * *' jobs: Publish Docker: