Correcting typo in env variable in client.yml
This commit is contained in:
parent
63329b3762
commit
f38df9febc
4
.github/workflows/client.yml
vendored
4
.github/workflows/client.yml
vendored
|
|
@ -151,10 +151,10 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
|
||||
OCKER_IMAGE_NAME=appsmith/appsmith-server:release
|
||||
DOCKER_IMAGE_NAME=appsmith/appsmith-server-ee:release
|
||||
if [[ github.ref == 'refs/heads/master' ]]
|
||||
then
|
||||
DOCKER_IMAGE_NAME=appsmith/appsmith-server: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 \
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user