chore(base): update action base rebuild time

This commit is contained in:
duorameng
2026-05-25 08:36:05 +08:00
parent 5fd56e4ab1
commit 7f339be5e2
+1 -1
View File
@@ -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