Skip to content

Commit

Permalink
use USE_GITHUB_REGISTRY env
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jan 8, 2025
1 parent 382f6ae commit 26bcd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if [ "X$DOCKER_IMG" != X -a "X$RUN_NATIVE" = "X" ]; then
DOCKER_IMGX=/cvmfs/unpacked.cern.ch/registry.hub.docker.com/$DOCKER_IMG
fi
if [ "$DOCKER_IMGX" = "" ] ; then
if [ "$USE_GHCR" = "true" ] ; then
if [ "$USE_GITHUB_REGISTRY" = "true" ] ; then
DOCKER_IMGX="docker://ghcr.io/cms-sw/$DOCKER_IMG"
else
DOCKER_IMGX="docker://$DOCKER_IMG"
Expand Down

0 comments on commit 26bcd0a

Please sign in to comment.