From e72c5f435341ef59f4e414287396e09493c7170c Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Sat, 13 Jun 2026 15:56:48 -0400 Subject: [PATCH] Apply htpasswd-style template to cron.yaml (keep original schedule) --- .gitea/workflows/cron.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/cron.yaml b/.gitea/workflows/cron.yaml index d1a60fb..0c2ef64 100644 --- a/.gitea/workflows/cron.yaml +++ b/.gitea/workflows/cron.yaml @@ -1,7 +1,9 @@ name: Nightly Rebuild + on: schedule: - cron: '0 0 * * *' + jobs: hadolint: runs-on: ubuntu-latest @@ -11,6 +13,7 @@ jobs: - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 with: dockerfile: Dockerfile + build-push: runs-on: ubuntu-latest steps: