diff --git a/.github/workflows/main-server.yml b/.github/workflows/main-server.yml index 028b271..0e2ff37 100644 --- a/.github/workflows/main-server.yml +++ b/.github/workflows/main-server.yml @@ -108,7 +108,7 @@ jobs: -H "Content-Type: application/json" \ -H "x-api-key: ${API_KEY}" \ -d '{ - "dockerImage": "ghcr.io/ricardo-campos-org/react-typescript-todolist/client:prod-${{ steps.inspect.outputs.source_pr }}", + "dockerImage": "ghcr.io/ricardo-campos-org/react-typescript-todolist/server:prod-${{ steps.inspect.outputs.source_pr }}", "applicationId": "'"${SERVER_APPID}"'", "username": "'"${GHCR_USERNAME}"'", "password": "'"${GHCR_PASSWORD}"'",