Fix execute_secure call
This commit is contained in:
parent
a53c28b690
commit
41c41cf9c3
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ class ImageApi:
|
|||
|
||||
def dockerhub_login(self, username: str, password: str):
|
||||
self.execution_api.execute_secure(
|
||||
f"docker login --username {username} --password {password}"
|
||||
f"docker login --username {username} --password {password}",
|
||||
"docker login --username ***** --password *****"
|
||||
)
|
||||
|
||||
def dockerhub_publish(self, name: str, username: str, tag: str):
|
||||
|
|
Loading…
Reference in a new issue