aws-actions / amazon-ecs-render-task-definition

Inserts a container image URI into an Amazon ECS task definition JSON file.
MIT License
261 stars 138 forks source link

feat: support command override #284

Closed bpyser closed 3 months ago

bpyser commented 5 months ago

Issue #, if available: n/a

Description of changes:

Add support for overriding command in task rendering. Same as https://github.com/aws-actions/amazon-ecs-render-task-definition/pull/212 but fixed conflicts and added test.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

faisalani commented 3 months ago

@iamhopaul123 Can you(or whoever maintains this repository) review this PR please? Thanks in advance!