actions-marketplace-validations/Amazon ECS "Render Task Definition" Action for GitHub Actions (+ Environment Overwritten)
Inserts a container image URI into a container definition in an Amazon ECS task definition JSON file, creating a new file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 14, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/sibevin_amazon-ecs-render-task-definition@e57e91e4475f4f2b5e1340d2a826f2f28bc460ad # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition | The path to the ECS task definition JSON file | yes | — |
| container-name | The name of the container defined in the containerDefinitions section of the ECS task definition | yes | — |
| image | The URI of the container image to insert into the ECS task definition | yes | — |
| overwritten-envs | The environment variables to overwrite the variables defined in the environment of the containerDefinitions section. Separated by "," . You should define these variables in job.<job_id>.steps.env as well. | no | — |
Outputs
| name | description |
|---|---|
| task-definition | The path to the rendered task definition file |