vitr/Docker Build and Upload to AWS ECR
Create Docker images and push into a ECR repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access_key_id | The AWS access key id | yes | — |
| secret_access_key | The AWS secret access key | yes | — |
| account_id | AWS Account ID | yes | — |
| repo | Name of your ECR repository | yes | — |
| region | The AWS region | yes | — |
| create_repo | Set this to true to create the repository if it does not already exist | — | false |
| tags | Comma-separated string of ECR image tags | — | latest |
| dockerfile | Name of Dockerfile to use | — | Dockerfile |
| extra_build_args | Extra flags to pass to docker build (see docs.docker.com/engine/reference/commandline/build) | — | "" |
| path | Path to Dockerfile, defaults to the working directory | — | . |
Outputs
no outputs