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 1093f1e commit ad83536Copy full SHA for ad83536
.github/workflows/aws.yml
@@ -76,7 +76,8 @@ jobs:
76
77
- name: Fill in the new image ID in the Amazon ECS task definition
78
id: task-def
79
- uses: aws-actions/amazon-ecs-render-task-definition@v1
+ uses: shesaave/amazon-ecs-deploy-task-definition@1093f1e5a38ed7da233008e613da867f78f46d4b
80
+
81
with:
82
task-definition: ${{ env.ECS_TASK_DEFINITION }}
83
container-name: ${{ env.CONTAINER_NAME }}
0 commit comments