diff --git a/legacy/build-deploy-docker-compose.sh b/legacy/build-deploy-docker-compose.sh index 74eafb69..868923de 100755 --- a/legacy/build-deploy-docker-compose.sh +++ b/legacy/build-deploy-docker-compose.sh @@ -593,6 +593,7 @@ if [ ! -z ${INTERNAL_REGISTRY_URL} ] ; then fi else export UNAUTHENTICATED_REGISTRY=true + echo "Unauthenticated registry in use: ${UNAUTHENTICATED_REGISTRY}" fi # log in to any container registries before building or pulling images