Skip to content

Commit

Permalink
fix: update amazon-ecs-deploy-task-definition action
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Jan 16, 2025
1 parent 0293e30 commit a135132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_nextjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
image: ${{ steps.login-ecr.outputs.registry }}/nextjs:${{ github.sha }}

- name: Deploy new ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@df9643053eda01f169e64a0e60233aacca83799a # v1.4.11
uses: aws-actions/amazon-ecs-deploy-task-definition@0e82244a9c6dac43d70151a94c67ebc4bab18fc5 # v2.2.0
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: nextjs-ecs
Expand Down

0 comments on commit a135132

Please sign in to comment.