actions-marketplace-validations/Docker Build Tag Publish to ECR
Build, Tag, and Publish a docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 19, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/bitovi_github-actions-docker-ecr-publish@0d86b7e3c9d55e5a3b9f46823c59933b3baee010 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| checkout | Checkout the repository | no | true |
| aws_login | Use action builtin login | no | true |
| aws_access_key_id | AWS access key ID | yes | — |
| aws_secret_access_key | AWS secret access key | yes | — |
| aws_session_token | AWS session token | no | — |
| aws_default_region | AWS default region | no | us-east-1 |
| aws_ecr_repo_name | AWS ECR repository name. e.g. hello-repository | yes | — |
| image_tag | Tag to override default Logic | no | "" |
| use_sha | Use the SHA for the tag. Overrides the default logic. | no | false |
| org_name | Docker org name. | no | "" |
| use_latest | Tag default branch with latest tag instead of branch name. | no | true |
| build_args | Add a string of values to the end of the build command | no | — |
| working_directory | Specify the working directory that the docker build will be run in | no | — |
Outputs
no outputs