cyteger/Amazon-ecs-task-definition-dynamic-fields
Dynamically update any task definition field
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 16, 2022
- License
- None
Pinned Snippet
uses: cyteger/amazon-ecs-task-definition-dynamic-fields@8db87f0c451dd17c2dfab6ce8850566b4606f3a6 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| task-family | Name of the task definition family | yes | — |
| task-revision | Revision of the task definition family | no | "" |
| aws-access-key-id | Your AWS access key ID: pass through github secrets | yes | — |
| aws-secret-access-key | Your AWS secret access key: pass through github secrets | yes | — |
| aws-region | The region of your ecs cluster | yes | — |
| image-uri | The URI of the new image | yes | — |
| cluster-name | The name of the cluster to run the service on | yes | — |
| service-name | The name of the service name of the service to update | yes | — |
Outputs
| name | description |
|---|---|
| task-definition | A new task definition with your changes |