From 7f339be5e2805992d39dcae8b6db568d4bb7b9a8 Mon Sep 17 00:00:00 2001 From: duorameng <2997944583@qq.com> Date: Mon, 25 May 2026 08:36:05 +0800 Subject: [PATCH] chore(base): update action base rebuild time --- .github/workflows/build-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-base.yml b/.github/workflows/build-base.yml index 6062635..ab6c2db 100644 --- a/.github/workflows/build-base.yml +++ b/.github/workflows/build-base.yml @@ -3,7 +3,7 @@ name: Build-Base-Image on: workflow_dispatch: # 手动触发 schedule: - - cron: '0 0 * * 0' # 每周日凌晨0点自动构建一次 + - cron: '0 3 * * 0' # 每周日凌晨3点自动构建一次 push: branches: - main