bhudgens/Build and Deploy to ECR

Builds an image from a dockerfile, and pushes it up to ECR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 25, 2022
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: bhudgens/build-and-deploy-to-ecr@086042bcaa84b609af98b083985b0a461d5fc0f4 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
access_key_idAWS Access Key IDyes
build_onlyWhether to push the image to ECR after building itnofalse
dockerfileCustom Dockerfile namenoDockerfile
ecr_uriThe URI for the ECR repositoryyes
env_fileFile containing environment variables required for app to run and pass healthcheckno""
healthcheckhealthcheck path that the application responds onno/health
portPort the server listens onno3000
secret_access_keyAWS Secret Access Keyyes
namedescription
container-pathECR path where image was pushed
github-shacurrent github commit sha that triggered the workflow