We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a7135e + e418514 commit ec2d939Copy full SHA for ec2d939
pkg/skaffold/docker/auth.go
@@ -24,7 +24,6 @@ import (
24
"path/filepath"
25
26
"github.com/docker/cli/cli/config"
27
- "github.com/docker/cli/cli/config/configfile"
28
"github.com/docker/distribution/reference"
29
"github.com/docker/docker/api/types"
30
"github.com/docker/docker/registry"
@@ -58,9 +57,7 @@ type AuthConfigHelper interface {
58
57
GetAllAuthConfigs() (map[string]types.AuthConfig, error)
59
}
60
61
-type credsHelper struct {
62
- cf *configfile.ConfigFile
63
-}
+type credsHelper struct{}
64
65
func (credsHelper) GetAuthConfig(registry string) (types.AuthConfig, error) {
66
cf, err := config.Load(configDir)
0 commit comments