fix(gro-1261): correct infra paths in CI Update Infra Image Tags job #16

Merged
groombook-engineer[bot] merged 1 commits from chore/gro-1261-fix-ci-infra-path into dev 2026-05-14 17:29:06 +00:00
groombook-engineer[bot] commented 2026-05-14 17:28:58 +00:00 (Migrated from github.com)

Summary

Fix wrong paths in the cd job's "Update Infra Image Tags" step in .github/workflows/ci.yml.

The CI workflow referenced non-existent paths in groombook/infra:

  • apps/groombook/overlays/dev/apps/overlays/dev/
  • apps/groombook/base/apps/base/

This was preventing the "Update Infra Image Tags" CI job from finding/updating the correct kustomization files in groombook/infra.

Acceptance Criteria

  • CI "Update Infra Image Tags" path fixed in groombook/api ci.yml

🤖 Generated with Claude Code

## Summary Fix wrong paths in the `cd` job's "Update Infra Image Tags" step in `.github/workflows/ci.yml`. The CI workflow referenced non-existent paths in groombook/infra: - `apps/groombook/overlays/dev/` → `apps/overlays/dev/` - `apps/groombook/base/` → `apps/base/` This was preventing the "Update Infra Image Tags" CI job from finding/updating the correct kustomization files in groombook/infra. ## Acceptance Criteria - [x] CI "Update Infra Image Tags" path fixed in groombook/api ci.yml 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.