actions-marketplace-validations/AWS ECS "Update Container Name in Task Definition" Action for GitHub Actions
Updates the container name in an Amazon ECS task definition JSON file, creating a new task definition file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition | The path to the ECS task definition JSON file | yes | — |
| container-name | The current name of the container defined in the containerDefinitions section of the ECS task definition | yes | — |
| new-container-name | The new container name to insert into the ECS task definition | yes | — |
Outputs
| name | description |
|---|---|
| task-definition | The path to the rendered task definition file |