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 7927962 commit c3acff3Copy full SHA for c3acff3
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