Skip to content

Commit

Permalink
Fix task definition fetching for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Gonzalez committed Oct 27, 2024
1 parent be786de commit 1654096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
ECS_CLUSTER: adonix-cluster
ECS_SERVICE: adonix-service
CONTAINER_NAME: adonix
TASK_FAMILY_NAME: adonix

jobs:
deploy:
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:
- name: Download current task definition
run: |
aws ecs describe-task-definition --task-definition my-task-definition-family --query taskDefinition > task-definition.json
aws ecs describe-task-definition --task-definition $TASK_FAMILY_NAME --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 1654096

Please sign in to comment.