fix deploy.sh
This commit is contained in:
parent
bb70f462b1
commit
de4be50192
1 changed files with 1 additions and 1 deletions
2
.github/scripts/deploy.sh
vendored
2
.github/scripts/deploy.sh
vendored
|
|
@ -12,7 +12,7 @@ DOCKER_REGISTRY_TOKEN=$1
|
||||||
|
|
||||||
# Authenticate with Docker registry
|
# Authenticate with Docker registry
|
||||||
echo "Authenticating 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
|
# Pull the latest Docker image
|
||||||
echo "Pulling the latest Docker image..."
|
echo "Pulling the latest Docker image..."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue