Skip to content

Commit

Permalink
correct docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
heinpa committed Jul 2, 2024
1 parent 039e9ff commit 1c1d445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "Stopping and deleting old container"
docker stop "$WD_DOCKER_CONTAINER_NAME" || true && docker rm "$WD_DOCKER_CONTAINER_NAME" || true
echo "Pulling image: $WD_DOCKER_IMAGE_NAME"
docker pull $DP_DOCKER_IMAGE_NAME:latest
docker pull $WD_DOCKER_IMAGE_NAME:latest
echo "Starting container: $WD_DOCKER_CONTAINER_NAME"
docker run --restart=unless-stopped -d -p "$WD_DOCKER_CONTAINER_PORT":"$WD_DOCKER_CONTAINER_PORT" --env-file "./env_files/$WD_DOCKER_ENV_FILE" --name "$WD_DOCKER_CONTAINER_NAME" "$WD_DOCKER_IMAGE_NAME:latest"
- name: "Deploy on SWE"
Expand Down

0 comments on commit 1c1d445

Please sign in to comment.