dependabot[bot]
|
88357675ea
|
Bump the github-actions group with 7 updates
Bumps the github-actions group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `2` | `6` |
| [actions/setup-python](https://github.com/actions/setup-python) | `2` | `6` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `5` | `6` |
| [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) | `1` | `2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `6` |
| [actions/stale](https://github.com/actions/stale) | `9` | `10` |
Updates `actions/checkout` from 2 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v6)
Updates `actions/setup-python` from 2 to 6
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v6)
Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
Updates `oven-sh/setup-bun` from 1 to 2
- [Release notes](https://github.com/oven-sh/setup-bun/releases)
- [Commits](https://github.com/oven-sh/setup-bun/compare/v1...v2)
Updates `actions/upload-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
Updates `actions/download-artifact` from 4 to 6
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v6)
Updates `actions/stale` from 9 to 10
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v9...v10)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/build-push-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: oven-sh/setup-bun
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/stale
dependency-version: '10'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-01 20:45:49 +00:00 |
|
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 |
|