Files
ezbookkeeping/.gitea/workflows
zhengchen.tao aabc9e29d9 build-image workflow 加 build summary 显式标出源 commit
Gitea Actions UI 顶部显示的 commit 是 workflow 文件所在分支(ci)的
HEAD —— 是 workflow dispatch 的位置,不是镜像实际构建的源代码 commit。
这给用户造成困惑("build 显示的 commit 不是真实 commit")。

新增 Build summary 步骤,always() 触发,写入 GITHUB_STEP_SUMMARY,
让 Action 运行页面 summary 区显式列出:
- 源分支
- 源 commit full SHA
- 源 commit short hash
- 镜像 tag

并附明确警示说明 UI 顶部 commit 不是构建源 commit。

ci/custom 分支保持各自独立的设计不变(meta vs code 分离),仅改进
UI 信息呈现。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 18:25:41 +08:00
..
2024-12-22 17:21:53 +08:00