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.
2 parents a73f385 + 689555e commit 81c811eCopy full SHA for 81c811e
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