Skip to content

Commit

Permalink
Update uat.yml
Browse files Browse the repository at this point in the history
hiu-api backend changed
  • Loading branch information
senthilreddy authored Aug 3, 2020
1 parent 35864b5 commit d72f518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
env:
CONTAINER_REPO_NAME: hiu-ui
NHA_USERNAME: ${{ secrets.DOCKER_NHA_USERNAME }}
run: docker build --build-arg BACKEND_BASE_URL=http://uat.ndhm.gov.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=http://uat.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:
CONTAINER_REPO_NAME: hiu-ui
NHA_USERNAME: ${{ secrets.DOCKER_NHA_USERNAME }}
run: docker push $NHA_USERNAME/$CONTAINER_REPO_NAME:$RELEASE_VERSION
run: docker push $NHA_USERNAME/$CONTAINER_REPO_NAME:$RELEASE_VERSION

0 comments on commit d72f518

Please sign in to comment.