We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8458181 commit 8520b5eCopy full SHA for 8520b5e
.github/workflows/deploy-dev.yml
@@ -175,7 +175,7 @@ jobs:
175
image: ${{ env.image }}
176
177
- name: Deploy Amazon ECS task definition
178
- uses: aws-actions/amazon-ecs-deploy-task-definition@v1
+ uses: aws-actions/amazon-ecs-deploy-task-definition@v2
179
with:
180
task-definition: ${{ steps.task-def.outputs.task-definition }}
181
service: ${{ env.ECS_SERVICE }}
0 commit comments