From fb4ffcd343913324e9cfacf7f6ef7a9587213f08 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 1 Jul 2023 12:30:58 +0800 Subject: [PATCH] Update index.py --- plugins/docker/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/docker/index.py b/plugins/docker/index.py index 65771abf6..236ae60eb 100755 --- a/plugins/docker/index.py +++ b/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'