Skip to content

Commit

Permalink
update aws-actions/amazon-ecs-deploy-task-definition to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Jan 8, 2025
1 parent 69c314b commit b075390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
image: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}

- name: Deploy Amazon ECS 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 }}
cluster: ${{ inputs.ecs-cluster-name }}
Expand Down

0 comments on commit b075390

Please sign in to comment.