Skip to content

Commit

Permalink
Platformer Workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kosalag committed Apr 4, 2022
1 parent 01ed70e commit b7c6da8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ 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}:stag${{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 }}
run: docker push $SERVICE_NAME:stag${{steps.event-version.outputs.SOURCE_TAG }}
- name: Platformer Deploy
uses: platformer-com/build-deploy-action@v1
with:
org-id: ${{secrets.ORG_ID_92DA1243_81F5_47E6_B824_A409AD65A74D}}
project-id: ${{secrets.PROJECT_ID_92DA1243_81F5_47E6_B824_A409AD65A74D}}
token: ${{secrets.AUTOGENERATED_CICD_92DA1243_81F5_47E6_B824_A409AD65A74D}}
image-name: ${{env.SERVICE_NAME}}
tag: ${{steps.event-version.outputs.SOURCE_TAG }}
tag: stag${{steps.event-version.outputs.SOURCE_TAG }}
container-id: e66846c7-3a19-4e95-a634-9a01a2494ec0

0 comments on commit b7c6da8

Please sign in to comment.