carsdotcom/skelebot

Publish command does use the `host` option

Closed this issue · 0 comments

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

  1. Add remote host support to the docker login, push, and tag commands
  2. Propagate the host option to the internal docker commands invoked by skelebot publish.