diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index c9450b4118..f9adb48467 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -131,7 +131,8 @@ jobs: - name: Pull server docker container and start it locally shell: bash run: | - docker run -d --net=host --name appsmith-internal-server -p 8080:8080 \ + echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin + docker run -d --net=host --name appsmith-internal-server-ee:release -p 8080:8080 \ --env APPSMITH_MONGODB_URI=mongodb://localhost:27017/appsmith \ --env APPSMITH_REDIS_URL=redis://localhost:6379 \ --env APPSMITH_ENCRYPTION_PASSWORD=password \