bricklanetech/Deploy latest Docker container image to ECS Service
Apply updated container images to an ECS service
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 8, 2026
- License
- None
Pinned Snippet
uses: bricklanetech/action.deploy-ecs-service@085ec9b1373159aec4c8d22cc36ed81f697b8761 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| environment_configuration | JSON object containing the target AWS Account ID and ECS Cluster Name for each branch. E.g. "{\"master\": {\"awsAccountId\": \"1234567890\", \"clusterName\": \"myCluster\"}}" | yes | — |
| service_name | Name of the target service | yes | — |
| expected_image_digest | The container image digest that should be running in the ECS service after the deployment has completed. Omit this argument to skip the Docker image digest check | no | — |
Outputs
no outputs