From dd9b60cc9f7a23f68117a81c4ffd0bce4d7babc0 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Sat, 31 Oct 2020 17:56:40 +0530 Subject: [PATCH] Correcting the server docker image name for release --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 717a77a145..412cc6edfd 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -160,7 +160,7 @@ jobs: --env APPSMITH_ENCRYPTION_PASSWORD=password \ --env APPSMITH_ENCRYPTION_SALT=salt \ --env APPSMITH_IS_SELF_HOSTED=false \ - $DOCKER_IMAGE_NAME + appsmith/appsmith-server-ee:release - name: Pull master server docker container and start it locally if: github.ref == 'refs/heads/master'