zhengchen.tao
|
dfbc2b1440
|
ci: workflow 文件迁到 custom 分支
之前 workflow 在 ci 分支,导致每次 dispatch 后 Gitea Actions 列表
显示的 commit 都是 ci 分支的 workflow 文件 commit,不是被实际构建
的 custom 代码 commit,UX 上误导性强。
挪到 custom 后:
- runs 列表的 commit 字段直接显示真实代码 commit
- workflow_dispatch UI 自动从默认分支(待手动切到 custom)发现
workflow
- rebase 上游时 workflow 文件随 custom 一起平移,无额外操作
同步移除上游残留的 docker-release.yml / docker-snapshot.yml:
- 触发依赖 secrets.DOCKER_REPO(未配),sync-upstream 推 main
/tags 时空跑失败
- ci 上已禁用,但文件留着是噪声,本次清掉
ci 分支 .gitea/workflows/ 暂保留作过渡,待用户在 Gitea UI 把
默认分支切到 custom + 验证 build 跑通后,再单独 cleanup ci。
|
2026-05-02 18:35:53 +08:00 |
|
MaysWind
|
d936b64cf9
|
build script supports setting the build time and date through environment variables
|
2025-10-17 21:57:33 +08:00 |
|
MaysWind
|
23a85d6162
|
update action version
|
2025-10-13 00:04:05 +08:00 |
|
MaysWind
|
5400a1424c
|
do not check third party response when run tests in ci pipeline
|
2025-07-02 22:17:25 +08:00 |
|
MaysWind
|
6787d0591e
|
support skip specified tests when build release
|
2025-03-10 22:02:08 +08:00 |
|
MaysWind
|
319f97bf9e
|
use QEMU 8.1.5
|
2025-01-31 23:00:08 +08:00 |
|
MaysWind
|
da31a67c52
|
upgrade actions
|
2025-01-31 22:33:50 +08:00 |
|
MaysWind
|
dd155a0f63
|
add gitea deploy action
|
2024-12-22 17:21:53 +08:00 |
|
MaysWind
|
10e4bcc723
|
skip specified tests when build snapshot image
|
2024-12-08 22:20:16 +08:00 |
|
MaysWind
|
185758b638
|
use current platform to build frontend assets
|
2024-03-25 00:30:56 +08:00 |
|
MaysWind
|
2e680b04c9
|
supports building for different platforms for gitea actions
|
2023-09-04 23:33:52 +08:00 |
|
MaysWind
|
6b30a0aebc
|
supports building multiple image by gitea actions
|
2023-09-02 19:33:48 +08:00 |
|
MaysWind
|
439608cf27
|
remove unused configuration
|
2023-07-14 22:46:00 +08:00 |
|
MaysWind
|
53a31cd4c4
|
use variables to replace secrets
|
2023-07-03 23:02:17 +08:00 |
|
MaysWind
|
aff876aa05
|
only trigger gitea docker-snapshot workflow when push to main branch
|
2023-05-28 17:59:25 +08:00 |
|
MaysWind
|
0a011b6075
|
add gitea actions
|
2023-05-20 23:49:00 +08:00 |
|