Commit Graph

8 Commits

Author SHA1 Message Date
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