splashtopinc/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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
task-definitionThe path to the ECS task definition JSON fileyes
container-nameThe name of the container defined in the containerDefinitions section of the ECS task definitionyes
imageThe URI of the container image to insert into the ECS task definitionyes
overwritten-envsThe 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.
environment-variablesVariables to add to the container. Each variable is of the form KEY=value, you can specify multiple variables with multi-line YAML strings.no
namedescription
task-definitionThe path to the rendered task definition file