-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(workflow): 更新 GitHub Actions 构建流程
- 在 build.yml 中为 push 事件添加了 tags 触发条件。 - 增加了 workflow_dispatch 事件触发条件。 - 添加了提取标签名称的步骤,仅在标签以 'v' 开头时执行。 - 将构建和推送步骤拆分为 nightly 和 release 两个步骤,分别在推送到 main 分支和发布标签时执行。 - nightly 构建推送的镜像带有 nightly 标签。 - release 构建推送的镜像带有标签名称和 release 标签。
- Loading branch information
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters