From b15c0a1f0b2582323df9b46c0839a4dd1ba5e4f5 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Thu, 29 Oct 2020 16:19:14 +0530 Subject: [PATCH] Fixing the docker image name for master builds --- .github/workflows/client.yml | 2 +- app/client/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index a7178bc2e4..b58c33695b 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -154,7 +154,7 @@ jobs: DOCKER_IMAGE_NAME=appsmith/appsmith-server-ee:release if [[ github.ref == 'refs/heads/master' ]] then - DOCKER_IMAGE_NAME=appsmith/appsmith-server-ee:latest + DOCKER_IMAGE_NAME=appsmith/appsmith-server-ee:nightly fi echo $DOCKER_IMAGE_NAME docker run -d --net=host --name appsmith-internal-server -p 8080:8080 \ diff --git a/app/client/README.md b/app/client/README.md index 0ae785bd51..2a275ea504 100755 --- a/app/client/README.md +++ b/app/client/README.md @@ -7,4 +7,3 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). For details on setting up your development machine, please refer to the [Setup Guide](https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md) -