yangdx
|
daeca17f38
|
Change default docker image to offline version
• Add lite verion docker image with tiktoken cache
• Update docs and build scripts
|
2025-10-16 16:52:01 +08:00 |
|
yangdx
|
4772148901
|
ci: only tag latest for stable releases, skip pre-releases
• Add pre-release detection step
• Check for 'rc' and 'dev' in tags
• Conditionally apply latest tag
• Skip latest for pre-releases
• Preserve stable release tagging
|
2025-09-26 23:41:08 +08:00 |
|
yangdx
|
ff6c061aa9
|
Remove conditional check for latest Docker tag
- Remove is_default_branch condition
- Always apply latest tag
|
2025-09-08 23:23:13 +08:00 |
|
yangdx
|
0ccf2036c6
|
Refactor Docker workflows: rename and clean up build processes
• Rename workflows for clarity
• Remove debug git commands
|
2025-09-05 11:46:56 +08:00 |
|
yangdx
|
cf31d636c2
|
Add git tag fetching and debug output to Docker workflow
|
2025-09-05 11:28:28 +08:00 |
|
yangdx
|
9181649bae
|
Add version sync to __init__.py in Docker workflows
|
2025-09-05 10:56:46 +08:00 |
|
yangdx
|
09334ca8db
|
Fix git tag detection in Docker publish workflow
- Fetch full git history for tags
- Add debug output for found tag
- Enable proper tag resolution
|
2025-09-05 01:11:48 +08:00 |
|
yangdx
|
e16c302f5f
|
Use git tag for Docker image versioning instead of semver
• Add step to get latest git tag
• Replace semver with raw tag value
• Maintain latest tag for default branch
• Fix tag resolution in CI pipeline
|
2025-09-05 01:00:24 +08:00 |
|
yangdx
|
a82f126418
|
Rename github action name
|
2025-08-23 23:58:33 +08:00 |
|
yangdx
|
8b1e54c8b4
|
Update Docker workflow name to clarify release trigger
• Clarified workflow purpose
• Added "on Release" to name
|
2025-08-23 23:55:27 +08:00 |
|
yangdx
|
b058b59355
|
Add workflow_dispatch to docker-publish.yml
|
2025-05-16 00:51:11 +08:00 |
|
yangdx
|
451cff8756
|
Add arm64 to docker-publish workflow
|
2025-05-16 00:27:07 +08:00 |
|
yangdx
|
c6e943976a
|
Update docker publish tags
|
2025-05-14 12:21:18 +08:00 |
|
yangdx
|
1797670a4d
|
Add docker publish workflow
|
2025-05-14 12:06:58 +08:00 |
|