jenkinsci / jenkinsci/docker-workflow-plugin
[JENKINS-38766] withRegistry() duplicates registry name
- Dominant language
- Java
- Stars
- 527
- Forks
- 422
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
If you have a docker image with a registry already specified, and then try to push it to a different registry in a withRegistry() block, the plugin prepends the new registry in front of the old one, rather than replacing the old registry.
---
Originally reported by llamahunter, imported from: withRegistry() duplicates registry name
Raw content of original issue
If you have a docker image with a registry already specified, and then try to push it to a different registry in a withRegistry() block, the plugin prepends the new registry in front of the old one, rather than replacing the old registry.
Contributor guide
Assessment
This issue has not been assessed yet.