diff --git a/src/main/python/ddadevops/infrastructure/infrastructure.py b/src/main/python/ddadevops/infrastructure/infrastructure.py index f2064a2..99ec45c 100644 --- a/src/main/python/ddadevops/infrastructure/infrastructure.py +++ b/src/main/python/ddadevops/infrastructure/infrastructure.py @@ -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):