Container publishing to registry.marvin8.zone + repo modernization #73
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add Forgejo Actions container publishing to
registry.marvin8.zonefor both fenliu and zhongli, triggered on release. Bring the repo up to date with patterns from feed2fedi, longwei, zaojun, and sub2pod.Container publishing
registry.marvin8.zone/marvin8/fenliuandregistry.marvin8.zone/marvin8/zhongliModernization
Findings & Plan
The repo already has Containerfiles for both packages and per-package CI workflows. The work:
CI: Add
pr-reviewandpublish-containerjobs to fenliu-ci.yml and zhongli-ci.yml. Bothpublish(PyPI) andpublish-containerswitch from tag-push to release-event triggers. Gitleaks install updated to checksum-verified pattern reading version from.pre-commit-config.yaml. Weekly-checks getssetup-uv@v5replacingcurl | sh.ai-review.ymldeleted (merged into per-package CI).Containerfiles: OCI labels added (source, license, description, revision, version) matching wuming pattern.
Justfiles:
publish-containerrecipes updated from codeberg.org toregistry.marvin8.zone, keep podman.Scaffolding: AGENTS.md + CLAUDE.md symlinks at all three levels. LICENSE.md (AGPL-3.0-or-later), .editorconfig added. ruff.toml aligned: TID252, zhongli target-version py312, consistent ignores. Pre-commit hooks updated. Dependencies bumped (ruff 0.15.22, ty 0.0.61, uv 0.11.29).
Branch:
feat/container-publish-and-modernizationCommits: