fix(gro-1261): correct infra paths in CI Update Infra Image Tags job #16
Reference in New Issue
Block a user
Delete Branch "chore/gro-1261-fix-ci-infra-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix wrong paths in the
cdjob'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
🤖 Generated with Claude Code