Skip to content

Commit

Permalink
refactor: support unauthenticated docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Nov 29, 2024
1 parent 7dead8f commit 7b7e1c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions legacy/build-deploy-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ if [ ! -z ${INTERNAL_REGISTRY_URL} ] ; then
fi
else
export UNAUTHENTICATED_REGISTRY=true
echo "Unauthenticated registry in use: ${UNAUTHENTICATED_REGISTRY}"
fi

# log in to any container registries before building or pulling images
Expand Down

0 comments on commit 7b7e1c8

Please sign in to comment.