Commit Graph

2 Commits

Author SHA1 Message Date
Cloud User a8e57540b2 Configure Harbor registry for CI/CD pipeline
CI - Lint & Test / lint-and-test (push) Waiting to run Details
- Set REGISTRY_URL to harbor.inje-private.com in train.yaml
- Add docker login step with Gitea secrets (REGISTRY_USER, REGISTRY_PASSWORD)
- Register secrets in Gitea repo via API
- Add harbor config to config.yaml

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 15:38:40 +09:00
Cloud User b606ed18ae Add CI/CD workflow examples and serving manifest
CI - Lint & Test / lint-and-test (push) Has been cancelled Details
- ci.yaml: lint (ruff) + test (pytest) on push/PR
- train.yaml: dvc pull → train → dvc push → docker build → deploy
- dvc-data-update.yaml: data validation on .dvc file changes
- manifests/deployment.yaml: example serving Deployment + Service

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 15:32:09 +09:00