Luis Pater
bcd1e8cc34
Merge branch 'main' into plus
2026-03-16 00:36:19 +08:00
Luis Pater
198b3f4a40
chore(ci): update build metadata to use GITHUB_REF_NAME in workflows
2026-03-16 00:30:44 +08:00
Luis Pater
86d5db472a
Merge branch 'main' into plus
2026-03-13 11:28:52 +08:00
Luis Pater
5484489406
chore(ci): update model catalog fetch method in workflows
2026-03-12 11:19:24 +08:00
Luis Pater
046865461e
Merge PR #424 from router-for-me/main
2026-03-10 19:19:29 +08:00
hkfires
8553cfa40e
feat(workflows): refresh models catalog in workflows
2026-03-10 14:03:31 +08:00
Luis Pater
c727e4251f
ci(github): trigger Docker image workflow on version tags matching v*
2026-02-12 15:09:16 +08:00
starsdream666
40efc2ba43
修改工作流
2026-02-06 03:29:31 +00:00
starsdream666
4c50a7281a
Update docker-image.yml
2026-02-02 00:01:00 +08:00
starsdream666
80d3fa384e
Update docker-image.yml
2026-02-01 23:58:06 +08:00
Luis Pater
b3d292a5f9
Merge branch 'main' into plus
2026-01-30 20:45:33 +08:00
Luis Pater
d7d54fa2cc
feat(ci): add cleanup step for temporary Docker tags in workflow
2026-01-30 09:15:00 +08:00
Luis Pater
31649325f0
feat(ci): add multi-arch Docker builds and manifest creation to workflow
2026-01-30 07:26:36 +08:00
Luis Pater
e0194d8511
fix(ci): revert Docker image build and push workflow for tagging releases
2026-01-12 00:29:34 +08:00
jc01rho
e0e30df323
Delete .github/workflows/docker-image.yml
2026-01-12 01:22:13 +09:00
Luis Pater
52e5551d8f
**chore(build): rename artifacts and adjust workflows for 'plus' variant**
...
- Updated Docker and release workflows to use `cli-proxy-api-plus` as the Docker repository name and adjusted tag generation logic.
- Renamed artifacts in Goreleaser configuration to align with the new 'plus' variant naming convention.
2025-11-30 17:54:37 +08:00
Luis Pater
0087eecad8
**fix(build): append '-plus' suffix to version metadata in workflows and Goreleaser**
...
- Updated release and Docker workflows to ensure the `-plus` suffix is added to build versions when missing.
- Adjusted Goreleaser configuration to include `-plus` suffix in `main.Version` during build process.
2025-11-30 17:23:47 +08:00
Luis Pater
f5dc380b63
rebuild branch
2025-09-25 10:32:48 +08:00
Luis Pater
3f69254f43
remove all
2025-09-25 10:31:02 +08:00
Luis Pater
ef922b29c2
Update workflows and build process for enhanced metadata injection
...
- Upgraded GitHub Actions (`actions/checkout` to v4, `actions/setup-go` to v4, `goreleaser-action` to v4).
- Added detailed build metadata (`VERSION`, `COMMIT`, `BUILD_DATE`) to workflows.
- Unified metadata injection into binaries and Docker images.
- Enhanced `.goreleaser.yml` with checksum, snapshot, and changelog configurations.
2025-09-06 15:37:48 +08:00
Luis Pater
368796349e
Add Docker support with CI/CD workflow and usage instructions
...
- Added `.github/workflows/docker-image.yml` for automated Docker image build and push on version tags.
- Created `Dockerfile` to containerize the application.
- Updated README with instructions for running the application using Docker.
2025-07-14 16:50:51 +08:00