mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
parent
f054d73219
commit
75e4f1bda5
@ -1712,7 +1712,7 @@ def push(repo, *args, **kwargs):
|
||||
status = base_status.copy()
|
||||
registry, repo_name = docker.auth.resolve_repository_name(repo)
|
||||
ret = client.push(repo)
|
||||
logs, infos = _parse_image_multilogs_string(ret, repo)
|
||||
logs, infos = _parse_image_multilogs_string(ret, repo_name)
|
||||
if logs:
|
||||
laststatus = logs[0].get('status', None)
|
||||
if laststatus and (
|
||||
|
Loading…
Reference in New Issue
Block a user