less verbose

This commit is contained in:
Lucas Gravley 2020-06-23 12:26:28 -05:00
parent 57cd682298
commit 1084ce762c

View file

@ -406,7 +406,7 @@ BuildImage
######################
if [[ "$REGISTRY" == "Docker" ]]; then
# Authenticate "Username" "Password" "Url" "Name"
Authenticate "$DOCKER_USERNAME" "$DOCKER_PASSWORD" "https://docker.com" "Dockerhub"
Authenticate "$DOCKER_USERNAME" "$DOCKER_PASSWORD" "" "Dockerhub"
####################################
# Login to GitHub Package Registry #