vasio-nl/Build and push action for ECR
Builds and pushes images to Amazon ECR. Requires AWS credentials to push.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | AWS Access Key ID used to log in to Amazon ECR | yes | "" |
| aws-secret-access-key | AWS Secret Access Key used to log in to Amazon ECR | yes | "" |
| container-repository-name | The name of the image repository, e.g. vasio/vasio-website, or just vasio-website | yes | "" |
| dockerfile-path | Path to the Dockerfile | yes | "" |
| docker-build-context | The build context for the docker build | no | . |
| docker-build-args | Additional build arguments for the docker build | no | "" |
| kube-config-base64 | The base64 encoded kubeconfig needed to connect to the cluster | yes | "" |
Outputs
no outputs