You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct COPY paths in credential sidecar Dockerfiles for CI build context (#1627)
## Summary
- All 4 credential sidecar Dockerfiles (github, jira, k8s, google) used
`COPY components/...` paths, but the CI workflow sets the Docker build
context to `./components`, causing paths to resolve to the non-existent
`./components/components/...`
- Removed the `components/` prefix so COPY paths are relative to the
`./components` build context, matching the pattern used by
`ambient-control-plane` and `ambient-ui` Dockerfiles
- This fixes the broken credential sidecar builds on main introduced in
#1623
## Test plan
- [ ] CI credential sidecar builds pass (github, jira, k8s, google)
- [ ] Verify built images start correctly
🤖 Generated with [Claude Code](https://claude.ai/code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated build configuration for credential sidecar services to adjust
source paths during the build process. No changes to runtime
functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: user <u@example.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
0 commit comments