Skip to content
Open
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@2f9848c9042c9724294a652686307a993d0551c2
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@2f9848c9042c9724294a652686307a993d0551c2
with:
task-definition: ${{ steps.task-def-service.outputs.task-definition }}
container-name: migrations
Expand Down
Loading