actions-marketplace-validations/AWS ECR Push

Create Docker images and push into a ECR repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
access_key_idThe AWS access key idyes
secret_access_keyThe AWS secret access keyyes
account_idAWS Account IDyes
assume_roleA role to assume under the account_id account.no""
repoName of your ECR repositoryyes
regionThe AWS regionyes
create_repoSet this to true to create the repository if it does not already existfalse
set_repo_policySet this to true to set a policy on the repositoryfalse
repo_policy_fileSet this to repository policy statement json file. only used if the set_repo_policy is set to truerepo-policy.json
tagsComma-separated string of ECR image tagslatest
dockerfileName of Dockerfile to useDockerfile
extra_build_argsExtra flags to pass to docker build (see docs.docker.com/engine/reference/commandline/build)""
pathPath to Dockerfile, defaults to the working directory.
prebuild_scriptRelative path from top-level to script to run before Docker buildno
namedescription
imageThe created image name