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 a73f385 commit 689555eCopy full SHA for 689555e
cmd/ecr/get-login.go
@@ -60,7 +60,7 @@ NOTE:
60
return fmt.Errorf("authorization token is invalid format. [%s]", encoded)
61
}
62
63
- loginCommand := fmt.Sprintf("docker login -u %s -p %s -e none %s", tokens[0], tokens[1], *target.ProxyEndpoint)
+ loginCommand := fmt.Sprintf("docker login -u %s -p %s %s", tokens[0], tokens[1], *target.ProxyEndpoint)
64
fmt.Println(loginCommand)
65
return nil
66
},
0 commit comments