chore: add base image auto build
This commit is contained in:
@@ -2,6 +2,8 @@ name: Build-Base-Image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # 手动触发
|
workflow_dispatch: # 手动触发
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * 0' # 每周日凌晨0点自动构建一次
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|||||||
Reference in New Issue
Block a user