We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1e5c3 commit dfac737Copy full SHA for dfac737
script/add-container-tag
@@ -28,7 +28,7 @@ add_docker_tag() {
28
29
local AUTH_OPTS=""
30
if [[ -n "$USERNAME" && -n "$PASSWORD" ]]; then
31
- echo "Using provided credentials for authentication: user=$USERNAME password=$PASSWORD"
+ echo "Using provided credentials for authentication: user=$USERNAME"
32
AUTH_OPTS="--src-creds $USERNAME:$PASSWORD --dest-creds $USERNAME:$PASSWORD"
33
fi
34
0 commit comments