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