Skip to content

Commit

Permalink
fix: update aws-actions/amazon-ecs-deploy-task-definition to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 authored Jan 16, 2025
1 parent d245896 commit 75cadd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
image: ${{ needs.image-build-and-push.outputs.image_tags }}

- name: Deploy task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ env.ECS_SERVICE }}
Expand Down

0 comments on commit 75cadd9

Please sign in to comment.