Update upload-docker.sh

This commit is contained in:
Lukas Gravley 2020-08-18 10:41:20 -05:00 committed by GitHub
parent 1395dcc55e
commit 721e6dbc7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#########