Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya committed Oct 20, 2024
1 parent 7927962 commit c3acff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dockerutil/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func AuthConfigFromString(raw string, reg string) (AuthConfig, error) {
}

func parseConfig(cfg dockercfg.Config, registry string) (AuthConfig, error) {

hostname := dockercfg.ResolveRegistryHost(registry)

username, secret, err := cfg.GetRegistryCredentials(hostname)
Expand Down

0 comments on commit c3acff3

Please sign in to comment.