Skip to content

Commit

Permalink
Merge pull request #211 from ProjectEKA/update-http-to-https
Browse files Browse the repository at this point in the history
Update http to https
  • Loading branch information
leelanakka authored Sep 14, 2020
2 parents 728aa8e + 2fb30d0 commit 8e22966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nha-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
CONTAINER_REPO_NAME: hiu-ui
NHA_USERNAME: ${{ secrets.DOCKER_NHA_USERNAME }}
run: docker build --build-arg BACKEND_BASE_URL=http://dev.tweka.in/ --build-arg BASE_NAME=/hiu --build-arg BACKEND_API_PATH=hiu-api --build-arg DICOM_SERVER_PATH=/dicom-web --build-arg VIEWER_PAGE=/viewer/ --build-arg TITLE=NHA -t $NHA_USERNAME/$CONTAINER_REPO_NAME:$RELEASE_VERSION .
run: docker build --build-arg BACKEND_BASE_URL=https://dev.tweka.in/ --build-arg BASE_NAME=/hiu --build-arg BACKEND_API_PATH=hiu-api --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:
CONTAINER_REPO_NAME: hiu-ui
Expand Down

0 comments on commit 8e22966

Please sign in to comment.