Skip to content

Pushes to docker.io are using Pipeline name instead of registry username specified in pipeline settings #634

Open
@drashy

Description

@drashy

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)

image: process.env.KUBERO_BUILD_REGISTRY + "/" + pipeline + "/" + app,

image: `${process.env.KUBERO_BUILD_REGISTRY}/${pipeline}/${appName}`,

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions