Update index.py
This commit is contained in:
parent
10c235e317
commit
fb4ffcd343
|
|
@ -304,7 +304,7 @@ def dockerLogout():
|
|||
registry = args['registry']
|
||||
if registry == "docker.io":
|
||||
registry = ""
|
||||
login_test = mw.execShell('docker logout %s' % get.registry)
|
||||
login_test = mw.execShell('docker logout %s' % registry)
|
||||
if registry == "":
|
||||
registry = "docker.io"
|
||||
ret = 'required$|Error'
|
||||
|
|
|
|||
Loading…
Reference in New Issue