appleboy/Docker ECR
Upload Docker Image to Amazon Elastic Container Registry (ECR)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 23, 2026
- License
- MIT
Pinned Snippet
uses: appleboy/docker-ecr-action@174bc7ab545bf5c4f4492240c4d839a987643559 # v0.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access_key | amazon access key | — | — |
| secret_key | amazon secret access key | — | — |
| registry | docker registry | — | — |
| region | amazon region, defaults to us-east-1 | — | us-east-1 |
| repo | repository name for the image | — | — |
| lifecycle_policy | filename of ecr lifecycle json policy | — | — |
| repository_policy | filename of ecr repository json policy | — | — |
| tags | repository tag for the image, defaults to latest | — | latest |
| dockerfile | dockerfile to be used, defaults to Dockerfile | — | Dockerfile |
| auth | auth token for the registry | — | — |
| context | the context path to use, defaults to root of the git repo | — | . |
| force_tag | replace existing matched image tags | — | — |
| insecure | enable insecure communication to this registry | — | — |
| mirror | use a mirror registry instead of pulling images directly from the central Hub | — | — |
| bip | use for pass bridge ip | — | — |
| custom_dns | set custom dns servers for the container | — | — |
| storage_driver | supports aufs, overlay or vfs drivers | — | — |
| cache_from | images to consider as cache sources | — | — |
| auto_tag | default build tags | — | — |
| daemon_off | do not start the docker daemon | — | — |
Outputs
no outputs