Fixing the docker image name for master builds

This commit is contained in:
Arpit Mohan 2020-10-29 16:19:14 +05:30
parent 12c874cca7
commit b15c0a1f0b
2 changed files with 1 additions and 2 deletions

View File

@ -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 \

View File

@ -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)