actions-marketplace-validations/Docker Build Tag Publish to ECR

Build, Tag, and Publish a docker image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 19, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/bitovi_github-actions-docker-ecr-publish@0d86b7e3c9d55e5a3b9f46823c59933b3baee010 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
checkoutCheckout the repositorynotrue
aws_loginUse action builtin loginnotrue
aws_access_key_idAWS access key IDyes
aws_secret_access_keyAWS secret access keyyes
aws_session_tokenAWS session tokenno
aws_default_regionAWS default regionnous-east-1
aws_ecr_repo_nameAWS ECR repository name. e.g. hello-repositoryyes
image_tagTag to override default Logicno""
use_shaUse the SHA for the tag. Overrides the default logic.nofalse
org_nameDocker org name.no""
use_latestTag default branch with latest tag instead of branch name.notrue
build_argsAdd a string of values to the end of the build commandno
working_directorySpecify the working directory that the docker build will be run inno

no outputs