Skip to content

Commit

Permalink
dockerproxy: update GHCR_MIRROR_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate authored and adeepn committed Jan 17, 2025
1 parent f4457a3 commit 09dc5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/configuration/main-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function do_main_configuration() {

case $GHCR_MIRROR in
dockerproxy)
GHCR_MIRROR_ADDRESS="${GHCR_MIRROR_ADDRESS:-"ghcr.dockerproxy.com"}"
GHCR_MIRROR_ADDRESS="${GHCR_MIRROR_ADDRESS:-"ghcr.dockerproxy.net"}"
declare -g -r GHCR_SOURCE=$GHCR_MIRROR_ADDRESS
;;
nju)
Expand Down

0 comments on commit 09dc5b0

Please sign in to comment.