Commit Graph

13 Commits

Author SHA1 Message Date
232d0d8762 REFACTOR(repo): simplify project structure
Some checks failed
Build Docker Image / build-and-push (push) Has been cancelled
CI / lint-and-build (push) Has been cancelled
- Move services/nextjs/ to nextjs/
- Move Dockerfile.prod to Dockerfile at root
- Remove deploy/ folder (K8s manifests moved to K3S-HOME/web-apps)
- Remove .gitea/ workflows
- Update GitHub Actions for new structure
- Remove develop branch triggers
2026-01-05 02:02:29 +09:00
bc3f0db927 REFACTOR(auth): use CR_PAT for ghcr.io
- Use CR_PAT instead of GITHUB_TOKEN for registry login
- Fix authentication for private container registry
2025-12-30 02:35:03 +09:00
fed2109cc6 REFACTOR(app): use native ARM64 runner
- Switch to native ARM64 runner
- Remove QEMU emulation overhead
2025-12-05 22:48:45 +09:00
d74f8dc400 FEAT(app): add QEMU for ARM64 build
- Enable ARM64 cross-compilation
- Add QEMU emulation support
2025-12-05 22:29:33 +09:00
57bb7646f1 PERF(docker): optimize for arm64 only
- Optimize for arm64 only
- Remove multi-platform build
2025-12-04 22:05:56 +09:00
0a001780c9 CHORE(ci): update CI/CD to support develop branch
- Add develop branch to CI triggers
- Enable multi-branch deployments
2025-12-03 15:01:04 +09:00
b8b5336b8a FEAT(docker): add ARM64 build support
- Add ARM64 support
- For Oracle Cloud deployment
2025-12-03 02:15:23 +09:00
028b96f894 FIX(docker): fix docker/metadata-action prefix
- Match prefix with extraction logic
- Fix image tag generation
2025-11-24 21:35:00 +09:00
556d567cdd REFACTOR(docker): use full SHA tag
- Use full SHA for image tags
- Match docker/metadata-action format
2025-11-24 21:18:42 +09:00
09390ddb4e FIX(ci): fix SHA tag extraction
- Handle both full and short SHA formats
- Improve tag parsing logic
2025-11-24 21:10:40 +09:00
70995df42d FIX(app): fix SHA tag format
- Correct SHA tag generation
- Fix image tagging
2025-11-24 20:46:04 +09:00
211635f786 CHORE(ci): commit image tag to git
- Extract SHA-based image tag after build
- Update kustomization.yaml with new image tag
- Commit and push changes to Git
- ArgoCD will detect Git changes and deploy automatically
- This replaces ArgoCD Image Updater to prevent pollution issues
2025-11-24 19:59:41 +09:00
95584b666a INIT(deploy): portfolio project setup
Add complete portfolio project including:
- Next.js application in services/nextjs
- Docker configurations for dev and prod
- Kubernetes deployment manifests with kustomize
- ArgoCD application configuration
- GitHub Actions workflow for automated builds
2025-11-23 23:40:15 +09:00