diff --git a/.github/workflows/deploy-template.yml b/.github/workflows/deploy-template.yml index d98a0370c..5ebdefa7f 100644 --- a/.github/workflows/deploy-template.yml +++ b/.github/workflows/deploy-template.yml @@ -95,7 +95,7 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition id: task-def-service - uses: aws-actions/amazon-ecs-render-task-definition@c804dfbdd57f713b6c079302a4c01db7017a36fc + uses: aws-actions/amazon-ecs-render-task-definition@810fbfaf318eaa52893178d534f0c9289a1eda3c with: task-definition: template_task_def.json container-name: ${{ env.CONTAINER_NAME }} @@ -107,7 +107,7 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition for migrations id: task-def-migration if: inputs.service == 'core' - uses: aws-actions/amazon-ecs-render-task-definition@c804dfbdd57f713b6c079302a4c01db7017a36fc + uses: aws-actions/amazon-ecs-render-task-definition@810fbfaf318eaa52893178d534f0c9289a1eda3c with: task-definition: ${{ steps.task-def-service.outputs.task-definition }} container-name: migrations