diff --git a/.github/scripts/deploy.sh b/.github/scripts/deploy.sh index 1a5eb3c..bc5f8b9 100644 --- a/.github/scripts/deploy.sh +++ b/.github/scripts/deploy.sh @@ -12,7 +12,7 @@ DOCKER_REGISTRY_TOKEN=$1 # Authenticate with Docker registry echo "Authenticating with Docker registry..." -docker login -u $DOCKER_USERNAME --password $GITHUB_TOKEN $DOCKER_REGISTRY +docker login -u $DOCKER_USERNAME --password $DOCKER_REGISTRY_TOKEN $DOCKER_REGISTRY # Pull the latest Docker image echo "Pulling the latest Docker image..."