Skip to content

Commit

Permalink
Platformer Workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kosalag committed Sep 29, 2022
1 parent cd34707 commit 808dec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_PASSWORD_A216CF89_BD2F_471B_94D0_E37D05D5EDF4 }}
- name: Build the Docker image
run: docker build --tag ${SERVICE_NAME}:stag-ui-${{steps.event-version.outputs.SOURCE_TAG }} --file ./frontend/Dockerfile ./frontend/ --build-arg API_BASE_URL=http://api.incident.ecstag.opensource.lk
run: docker build --tag ${SERVICE_NAME}:stag-ui-${{steps.event-version.outputs.SOURCE_TAG }} --file ./frontend/Dockerfile ./frontend/ --build-arg API_BASE_URL=https://api.incident.ecstag.opensource.lk
- name: GitHub Image Push
run: docker push $SERVICE_NAME:stag-ui-${{steps.event-version.outputs.SOURCE_TAG }}
- name: Platformer Deploy
Expand Down

0 comments on commit 808dec0

Please sign in to comment.