bricklanetech/Deploy latest Docker container image to ECS Service

Apply updated container images to an ECS service

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 8, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: bricklanetech/action.deploy-ecs-service@085ec9b1373159aec4c8d22cc36ed81f697b8761 # v1.0.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
environment_configurationJSON object containing the target AWS Account ID and ECS Cluster Name for each branch. E.g. "{\"master\": {\"awsAccountId\": \"1234567890\", \"clusterName\": \"myCluster\"}}"yes
service_nameName of the target serviceyes
expected_image_digestThe 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 checkno

no outputs