Skip to content

Commit

Permalink
Viewer host env
Browse files Browse the repository at this point in the history
  • Loading branch information
glaroc committed Oct 5, 2023
1 parent ed6f71e commit 3f3ca57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- run: echo REACT_APP_VIEWER_HOST=/viewer >> .env

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
Expand All @@ -36,4 +38,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- run: echo REACT_APP_VIEWER_HOST=/viewer >> .env

0 comments on commit 3f3ca57

Please sign in to comment.