-
Hello, Since the Docker image is uploaded to a private Azure container registry, I need to provide the registry password. Here's the syntax of the command:
Can this be prevented? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
Tool
delegate has anoutputFilter
parameter. Might convert this to a "sanatize list" later, but as of know you can just replace your secret there. Alternatively, hide the invocation vialogInvocation: false
.