mirror of https://github.com/cirruslabs/tart.git
docs: document TART_REGISTRY_HOSTNAME (#1195)
This commit is contained in:
parent
863e3c2925
commit
fc159c9992
|
|
@ -116,7 +116,9 @@ In addition, Tart supports [Docker credential helpers](https://docs.docker.com/e
|
|||
if defined in `~/.docker/config.json`.
|
||||
|
||||
Finally, `TART_REGISTRY_USERNAME` and `TART_REGISTRY_PASSWORD` environment variables allow to override authorization
|
||||
for all registries which might useful for integrating with your CI's secret management.
|
||||
for all registries, which might be useful for integrating with your CI's secret management.
|
||||
|
||||
You can also set the `TART_REGISTRY_HOSTNAME` environment variable to apply these overrides only to a specific host.
|
||||
|
||||
### Pushing a Local Image
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue