From 1513717f29a1990c1f8819e0cbd8e54a3d917b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Sat, 21 Dec 2024 20:06:48 +0100 Subject: [PATCH] Action: build custom image --- .gitea/workflows/gitea-ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index cd11f96..9205716 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -2,9 +2,10 @@ name: Build and push runner-custom image run-name: ${{ gitea.actor }} is runs ci pipeline on: push: - branch: main + branches: + - main schedule: - - cron: '*/5 * * * *' + - cron: '0 0 * * *' jobs: publish: