This commit is contained in:
sangge-redmi 2025-01-15 13:35:36 +08:00
parent 34432e77c7
commit 297838dab1

View File

@ -4,6 +4,7 @@ on:
push:
paths:
- "basedockerfile"
- ".gitea/workflows/build_image.yaml"
schedule:
- cron: "0 0 1 * *" # 每月1号00:00执行
workflow_dispatch: # 允许手动触发