remove docker login as the repo is public

This commit is contained in:
evan
2025-04-30 10:56:57 -07:00
parent 1bdcc618b7
commit 997bdca02a
-2
View File
@@ -16,8 +16,6 @@ echo "======================================================"
# Container and image configuration
CONTAINER_NAME="openfront-${ENV}-${SUBDOMAIN}"
docker login -u $DOCKER_USERNAME -p $DOCKER_TOKEN
# Install Loki Docker plugin if not already installed
if ! docker plugin ls | grep -q "loki"; then
echo "Installing Loki Docker plugin..."