Remove remaining registry methods from DockerCLI.
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 1dd46e06444d1a0c73fc88dfccec4ae0b7f10bf6 Component: engine
This commit is contained in:
@ -45,7 +45,7 @@ func runPush(dockerCli *command.DockerCli, name string) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
authConfig := dockerCli.ResolveAuthConfig(ctx, repoInfo.Index)
|
||||
authConfig := command.ResolveAuthConfig(ctx, dockerCli, repoInfo.Index)
|
||||
|
||||
encodedAuth, err := command.EncodeAuthToBase64(authConfig)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user