chore: add base image auto build

This commit is contained in:
engigu
2026-05-07 00:02:26 +08:00
parent 09b2675c65
commit 6a4796c2e2
+2
View File
@@ -2,6 +2,8 @@ name: Build-Base-Image
on:
workflow_dispatch: # 手动触发
schedule:
- cron: '0 0 * * 0' # 每周日凌晨0点自动构建一次
push:
branches:
- main