docker republish
Republish all related docker images from official registry to target docker registry.
Usageâ
$ dinghy docker republish [options]
Optionsâ
| Name | Description | Default |
|---|---|---|
--target-repo=<value> | Target docker registry to republish images to. DINGHY_ENGINE_REPO | |
--[no]-push | Push the images to the target registry, otherwise the image will only be built and can be used locally. | true |