Skip to content

Commit

Permalink
Merge pull request #698 from somleng/dependabot/github_actions/aws-ac…
Browse files Browse the repository at this point in the history
…tions/amazon-ecs-deploy-task-definition-2

Bump aws-actions/amazon-ecs-deploy-task-definition from 1 to 2
  • Loading branch information
github-actions[bot] authored Aug 7, 2024
2 parents f79522e + 9c6f284 commit 51d8f7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
image: ${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}

- name: Deploy
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.render-task-def.outputs.task-definition }}
service: ${{ matrix.ecs_service }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/media_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
image: ${{ env.ECR_REGISTRY }}/media-proxy:${{ env.IMAGE_TAG }}

- name: Deploy
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.render-task-def.outputs.task-definition }}
service: ${{ matrix.ecs_service }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
image: ${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}

- name: Deploy
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.render-task-def.outputs.task-definition }}
service: ${{ matrix.ecs_service }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
image: ${{ env.APP_ECR_REPOSITORY_URI }}:${{ env.IMAGE_TAG }}

- name: Deploy App Server
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.render-app-task-def.outputs.task-definition }}
service: ${{ matrix.ecs_service }}
Expand Down

0 comments on commit 51d8f7e

Please sign in to comment.