bravado-network/Amazon ECS "Render Task Definition" Action for GitHub Actions
Creates a new Amazon ECS task definition JSON file with new container image URI, environment and secrets from AWS SSM params.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 12, 2024
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: bravado-network/aws-ecs-render-task-definition@b60c5872607123407c85750af3ee8ef14e33496f # v1.0.4tags 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 | — |
| ssm-param-paths | Path pattern used to load AWS SSM params and set to container definition as environment and/or secrets. | no | — |
| environment-variables | List of env variables to pass to container definition | no | — |
Outputs
| name | description |
|---|---|
| task-definition | The path to the rendered task definition file |