mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Update upload-docker.sh
This commit is contained in:
parent
1395dcc55e
commit
721e6dbc7e
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ if [[ ${REGISTRY} == "Docker" ]]; then
|
|||
####################################
|
||||
elif [[ ${REGISTRY} == "GPR" ]]; then
|
||||
# Authenticate "Username" "Password" "Url" "Name"
|
||||
Authenticate "${GPR_USERNAME}" "${GPR_TOKEN}" "https://docker.pkg.github.com" "GitHub Package Registry"
|
||||
Authenticate "${GPR_USERNAME}" "${GPR_TOKEN}" "https://containers.pkg.github.com" "GitHub Package Registry"
|
||||
|
||||
else
|
||||
#########
|
||||
|
|
Loading…
Reference in a new issue