actions-marketplace-validations/Push to Amazon ECR

Push a docker image to (or pull from) Amazon ECR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Aug 21, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/jwalton_gh-ecr-push@79b418c8e7c1940802b6314002715209ab6bcf0f # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
access-key-idAccess key for IAM User.no
secret-access-keySecret access key for IAM User.no
imageThe name of the image on ECR.yes
local-imageThe local name of the image. If not specified, defaults to same as 'image'.no
regionAWS Region to use. Defaults to us-east-1.no
directionWhether to "push" or "pull" the image. Defaults to "push".no
is-semverSpecifies if the image follows the semantic versioning standard. It will push X, X.Y and X.Y.Z tags. Defaults to false.no

no outputs