Skip to content

Commit

Permalink
remove quotes i build-arg lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bfleisch committed Oct 1, 2024
1 parent 693f5d6 commit df6110b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
file: Dockerfile.dev
tags: isee4xai/cockpit:dev
build-args: |
UMI_APP_API_URL="https://api-dev.isee4xai.com/api"
UMI_APP_ONTOAPI_URL="https://api-onto-dev.isee4xai.com/api"
UMI_APP_WS_URL="wss://dialog-dev.isee4xai.com/ws/"
UMI_APP_EDITOR_URL="https://editor-dev.isee4xai.com/"
UMI_APP_API_URL=https://api-dev.isee4xai.com/api
UMI_APP_ONTOAPI_URL=https://api-onto-dev.isee4xai.com/api
UMI_APP_WS_URL=wss://dialog-dev.isee4xai.com/ws/
UMI_APP_EDITOR_URL="https://editor-dev.isee4xai.com/
- name: Build and push the Docker image (with LLM-enabled Dialog Manager)
uses: docker/build-push-action@v2
Expand All @@ -34,10 +34,10 @@ jobs:
file: Dockerfile.dev
tags: isee4xai/cockpit-llm:dev
build-args: |
UMI_APP_API_URL="https://api-dev.isee4xai.com/api"
UMI_APP_ONTOAPI_URL="https://api-onto-dev.isee4xai.com/api"
UMI_APP_WS_URL="wss://dialog-llm-dev.isee4xai.com/ws/"
UMI_APP_EDITOR_URL="https://editor-dev.isee4xai.com/"
UMI_APP_API_URL=https://api-dev.isee4xai.com/api
UMI_APP_ONTOAPI_URL=https://api-onto-dev.isee4xai.com/api
UMI_APP_WS_URL=wss://dialog-llm-dev.isee4xai.com/ws/
UMI_APP_EDITOR_URL=https://editor-dev.isee4xai.com/

deploy:
Expand Down

0 comments on commit df6110b

Please sign in to comment.