Files
k8s-game-2048/.github/workflows
Greg bb61109330 feat: improve pipeline architecture with proper dependencies
- Deploy-dev now depends on build completion (no race conditions)
- Remove duplicate build logic from deploy-dev workflow
- Use commit-specific image tags for reliable deployments
- Deploy workflows now wait for build to complete before deploying
- Consistent image tagging across all environments (branch-commit)
- Eliminates race conditions between build and deploy

Pipeline flow: push → build → deploy → test → promote
2025-07-01 16:16:19 -07:00
..