We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d964d9 commit eda7b52Copy full SHA for eda7b52
dockerutil/client.go
@@ -68,7 +68,6 @@ func AuthConfigFromString(raw string, reg string) (AuthConfig, error) {
68
}
69
70
func parseConfig(cfg dockercfg.Config, registry string) (AuthConfig, error) {
71
-
72
hostname := dockercfg.ResolveRegistryHost(registry)
73
74
username, secret, err := cfg.GetRegistryCredentials(hostname)
0 commit comments