Publish command does use the `host` option
Closed this issue · 0 comments
jagmoreira commented
Problem
The publish
command from the registry component is not passing the host
parameter to the underlying docker prime, login, push, and tag commands.
Solution
- Add remote host support to the docker login, push, and tag commands
- Propagate the
host
option to the internal docker commands invoked byskelebot publish
.