Use execute_secure in dockerhub_login

This commit is contained in:
bom 2023-07-18 12:20:44 +02:00
parent 8ae03f5811
commit a53c28b690

View file

@ -63,7 +63,7 @@ class ImageApi:
) )
def dockerhub_login(self, username: str, password: str): 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}" f"docker login --username {username} --password {password}"
) )