We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1fbcb commit 94e1392Copy full SHA for 94e1392
pkg/credentials/credential.go
@@ -41,7 +41,7 @@ func (c Credential) toDockerAuthConfig() (types.AuthConfig, error) {
41
}
42
43
return types.AuthConfig{
44
- Username: string(c.Type), // Username is required, but not used
+ Username: string(c.Type),
45
Password: string(cred),
46
ServerAddress: toolNameWithCtx(c.ToolName, c.Context),
47
}, nil
0 commit comments