Skip to content

Commit

Permalink
bug: fix task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Feb 20, 2024
1 parent f1e6fc1 commit 07a9f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Download task definition
run: |
aws ecs describe-task-definition --task-definition ${{ github.event.repository.name }} --query taskDefinition > task-definition.json
aws ecs describe-task-definition --task-definition ${{ secrets.ECS_TASK }} --query taskDefinition > task-definition.json
- name: Fill in the new image ID in the Amazon ECS task definition
id: task-def
Expand Down

0 comments on commit 07a9f19

Please sign in to comment.