Skip to content

Commit

Permalink
Merge pull request #220 from ProjectEKA/secret-fix
Browse files Browse the repository at this point in the history
Secret fix
  • Loading branch information
leelanakka authored Oct 13, 2020
2 parents a16311d + 3c766a9 commit 2322cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
env:
CONTAINER_REPO_NAME: hiu-ui
NHA_USERNAME: ${{ secrets.DOCKER_NHA_USERNAME }}
SUPPORT_EMAIL: ${{ secrets.SUPPORT_EMAIL }}
run: docker build --build-arg SUPPORT_EMAIL=$SUPPORT_EMAIL --build-arg BACKEND_BASE_URL=https://dev.ndhm.gov.in/ --build-arg BASE_NAME=/hiu --build-arg BACKEND_API_PATH=api-hiu --build-arg DICOM_SERVER_PATH=/dicom-web --build-arg VIEWER_PAGE=/viewer/ --build-arg TITLE=NHA -t $NHA_USERNAME/$CONTAINER_REPO_NAME:$RELEASE_VERSION .
- name: Push Docker image to NHA Registry
env:
Expand Down

0 comments on commit 2322cb6

Please sign in to comment.