fix deploy.sh
Some checks failed
Build and push docker image and deploy / build_and_push (push) Failing after 2m14s
Build and push docker image and deploy / deploy (push) Has been skipped

This commit is contained in:
Philipp Beckmann 2023-10-23 22:51:12 +02:00 committed by GitHub
parent bb70f462b1
commit de4be50192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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..."