Use execute_secure in dockerhub_login
This commit is contained in:
parent
8ae03f5811
commit
a53c28b690
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class ImageApi:
|
|||
)
|
||||
|
||||
def dockerhub_login(self, username: str, password: str):
|
||||
self.execution_api.execute_live(
|
||||
self.execution_api.execute_secure(
|
||||
f"docker login --username {username} --password {password}"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue