Skip to content

Commit

Permalink
Platformer Workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kosalag committed Dec 2, 2021
1 parent 3a8ad2e commit c4c33a4
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_65D8B6B3_04F8_46AE_B449_2A1FFE571812 }}
- name: Build the Docker image
run: docker build --tag ${SERVICE_NAME}:${{steps.event-version.outputs.SOURCE_TAG }} --file /client/Staging.Dockerfile ./client/
run: docker build --tag ${SERVICE_NAME}:${{steps.event-version.outputs.SOURCE_TAG }} --file ./client/Staging.Dockerfile ./client
- name: GitHub Image Push
run: docker push $SERVICE_NAME:${{steps.event-version.outputs.SOURCE_TAG }}
- name: Platformer Deploy
Expand Down

0 comments on commit c4c33a4

Please sign in to comment.