mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-26 02:31:00 -05:00
less verbose
This commit is contained in:
parent
57cd682298
commit
1084ce762c
1 changed files with 1 additions and 1 deletions
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue