We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd6c45 + c44423e commit c32cae2Copy full SHA for c32cae2
1 file changed
scripts/docker-entrypoint.sh
@@ -96,7 +96,7 @@ else
96
fi
97
98
# PROCEED WITH LOGIN
99
-if [ -z "${USERNAME+x}" ] || [ -z "${PASSWORD+x}" ]; then
+if [ -z "${USERNAME}" ] || [ -z "${PASSWORD}" ]; then
100
echo "Container Registry: No authentication provided"
101
else
102
[ -z ${REGISTRY+x} ] && export REGISTRY=""
0 commit comments