From de4be50192974f4fc5779b402d41de74e9a22e5b Mon Sep 17 00:00:00 2001 From: Philipp Beckmann <71174645+pb-coding@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:51:12 +0200 Subject: [PATCH] fix deploy.sh --- .github/scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."