Use execute_secure in dockerhub_login

pull/1/head
bom 11 months ago
parent 8ae03f5811
commit a53c28b690

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