We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3904477 commit 1e99b25Copy full SHA for 1e99b25
1 file changed
cli/command/registry/login.go
@@ -164,6 +164,7 @@ func loginWithStoredCredentials(ctx context.Context, dockerCLI command.Cli, auth
164
} else {
165
_, _ = fmt.Fprintln(dockerCLI.Err(), "Login did not succeed, error:", err)
166
}
167
+ return err
168
169
170
if response.IdentityToken != "" {
0 commit comments