gmillesca/Build Docker Image
Builds and pushes Docker images to Amazon ECR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| domain | Domain for docs | no | "" |
| aws-default-region | AWS default region | yes | — |
| image-target | Docker image target | yes | — |
| project-path | Project path | no | . |
| project-name | Project name for the Docker image | yes | — |
| workspace-app | Workspace app path | yes | — |
| docker-file | Path to Dockerfile | no | dockerfile |
| env-file | Path to environment file | no | .env.development |
| push-image | Whether to push the image to ECR | no | false |
| OUTPUT_DIST_DIR | output files | no | out |
| NEXT_STATIC_PATH | next js static path | no | next/static |
| UPLOAD_FILES | Defines if output files will be uploaded to s3 | no | false |
| image-env | Environment for the image | no | development |
| AWS_ACCOUNT_ID | AWS Account ID | yes | — |
| AWS_ACCESS_KEY_ID | AWS Access Key ID | yes | — |
| AWS_SECRET_ACCESS_KEY | AWS Secret Access Key | yes | — |
| ENVIROMENT | Environment variable | no | — |
| VERSION | Version variable | no | — |
| build-context | Build context: test, development, or production | yes | — |
| branch | branch to checkout | no | main |
| aws-namespace | AWS ECR namespace | no | — |
| platforms | Platforms to build for (e.g., linux/amd64,linux/arm64) | no | linux/amd64 |
Outputs
no outputs