Skip to content

Commit efb8c70

Browse files
Update ECS task definition action to version 1
1 parent 7773f49 commit efb8c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment_new_aws_account.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Fill in the new image ID in the Amazon ECS task definition
6767
id: task-def
68-
uses: aws-actions/amazon-ecs-render-task-definition@v2
68+
uses: aws-actions/amazon-ecs-render-task-definition@v1
6969
with:
7070
task-definition: ${{ vars.ECS_TASK_DEFINITION }}
7171
container-name: ${{ vars.CONTAINER_NAME }}

0 commit comments

Comments
 (0)