Skip to content

Commit

Permalink
Platformer GitHub Action updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kosalag committed Feb 9, 2021
1 parent d381f6b commit 2eae371
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build the Docker image
run: docker build --tag
${SERVICE_NAME}:${{steps.event-version.outputs.SOURCE_TAG }} --file
${SERVICE_NAME}:ui-${{steps.event-version.outputs.SOURCE_TAG }} --file
./results-tabulation-ui/Staging.Dockerfile ./results-tabulation-ui/
- name: GitHub Image Push
run: docker push $SERVICE_NAME:${{steps.event-version.outputs.SOURCE_TAG }}
run: docker push $SERVICE_NAME:ui-${{steps.event-version.outputs.SOURCE_TAG }}
- name: Platformer Deploy
uses: platformer-com/build-deploy-action@v1
with:
org-id: ${{secrets.ORG_ID_FCB1AEBE_71DB_4911_9067_F5FA9BA73D4D}}
project-id: ${{secrets.PROJECT_ID_FCB1AEBE_71DB_4911_9067_F5FA9BA73D4D}}
token: ${{secrets.AUTOGENERATED_CICD_FCB1AEBE_71DB_4911_9067_F5FA9BA73D4D}}
image-name: ${{env.SERVICE_NAME}}
tag: ${{steps.event-version.outputs.SOURCE_TAG }}
tag: ui-${{steps.event-version.outputs.SOURCE_TAG }}
container-id: d5978be8-fb29-4f53-b951-acf8995587f3

0 comments on commit 2eae371

Please sign in to comment.