Commit Graph

4 Commits

Author SHA1 Message Date
013140f02c REFACTOR(repo): simplify project structure
Some checks failed
Build Docker Image / build-and-push (push) Has been cancelled
- Move services/backend to langgraph/
- Move deploy/docker/Dockerfile to Dockerfile
- Remove deploy/, services/ folders
- Update GitHub Actions workflow paths
- Remove kustomization update logic (managed by K3S-HOME/applications)
2026-01-05 16:50:49 +09:00
0e9940f0a3 REVERT(ci): revert to GITHUB_TOKEN for ghcr.io
- Revert authentication to GITHUB_TOKEN
- Fix container registry push
2026-01-01 19:37:44 +09:00
8719e1723c REFACTOR(build): use native ARM64 runner
- Switch from ubuntu-latest to ubuntu-24.04-arm
- Remove QEMU emulation (not needed with native ARM)
- Use CR_PAT instead of GITHUB_TOKEN for ghcr.io access
2026-01-01 19:36:21 +09:00
742d24ab55 FEAT(ci): add GitHub Actions workflow
- Add GitHub Actions CI/CD workflow
- Configure ghcr.io image registry
2026-01-01 18:32:41 +09:00