kubero-dev / kubero-dev/kubero
Pushes to docker.io are using Pipeline name instead of registry username specified in pipeline settings
Open
- Dominant language
- TypeScript
- Stars
- 4.4k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
When Kubero attempts to push an image to a repo it uses the pipeline-name rather than the pre-configured registry-username so it ends up trying to push to a registry that does not exist and/or it has no access to.
Issue(s) occurs on these line(s) I believe: (of course I could be wrong)
https://github.com/kubero-dev/kubero/blob/7d62716a118c20ab376de27ac10219922d5b29ae/server/src/modules/deployments.ts#L239
https://github.com/kubero-dev/kubero/blob/7d62716a118c20ab376de27ac10219922d5b29ae/server/src/kubero.ts#L1451
Contributor guide
Assessment
This issue has not been assessed yet.