Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@761759e89de3182eda4db4e0d29abb52ae280200
with:
task-definition: template_task_def.json
container-name: ${{ env.CONTAINER_NAME }}
Expand All @@ -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@761759e89de3182eda4db4e0d29abb52ae280200
with:
task-definition: ${{ steps.task-def-service.outputs.task-definition }}
container-name: migrations
Expand Down
Loading