Update index.py

pull/420/head
midoks 2 years ago
parent 10c235e317
commit fb4ffcd343
  1. 2
      plugins/docker/index.py

@ -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…
Cancel
Save