зеркало из https://github.com/microsoft/docker.git
fix merge issue
This commit is contained in:
Родитель
f6760fca88
Коммит
6cb908bb82
|
@ -857,7 +857,7 @@ func (cli *DockerCli) CmdPush(args ...string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := push(); err != nil {
|
if err := push(); err != nil {
|
||||||
if err == fmt.Errorf("Authentication is required.") {
|
if err.Error() == "Authentication is required." {
|
||||||
if err = cli.checkIfLogged("push"); err == nil {
|
if err = cli.checkIfLogged("push"); err == nil {
|
||||||
return push()
|
return push()
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче