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 2eae371 commit fa34edc
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}:api-${{steps.event-version.outputs.SOURCE_TAG }} --file
./results-tabulation-api/Dockerfile ./results-tabulation-api/
- name: GitHub Image Push
run: docker push $SERVICE_NAME:${{steps.event-version.outputs.SOURCE_TAG }}
run: docker push $SERVICE_NAME:api-${{steps.event-version.outputs.SOURCE_TAG }}
- name: Platformer Deploy
uses: platformer-com/build-deploy-action@v1
with:
org-id: ${{secrets.ORG_ID_BCBDC02D_6FBA_4B10_9603_D19453632123}}
project-id: ${{secrets.PROJECT_ID_BCBDC02D_6FBA_4B10_9603_D19453632123}}
token: ${{secrets.AUTOGENERATED_CICD_BCBDC02D_6FBA_4B10_9603_D19453632123}}
image-name: ${{env.SERVICE_NAME}}
tag: ${{steps.event-version.outputs.SOURCE_TAG }}
tag: api-${{steps.event-version.outputs.SOURCE_TAG }}
container-id: 017c3bee-7f08-49fd-b82a-f4b6f3504eee

0 comments on commit fa34edc

Please sign in to comment.