cleartax/Build DockerImage
Build the Docker image and Push to ECR
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 | yes | — |
| aws_secret_access_key | AWS Secret Access Key | yes | — |
| aws_region | AWS Region | — | ap-south-1 |
| service | Array of services | yes | — |
| dockerfile | Dockerfile path | yes | Dockerfile |
| version | The version of the artifact | yes | — |
| build_args | Build arguments | no | "" |
| download_artifact | Download artifact | no | true |
| multi_arch | Build multi arch image: linux/amd64,linux/arm64 | no | false |
| target_arch | Desired architechture for your docker image | no | linux/amd64 |
| context | Docker build context path | no | . |
| target | Docker build target stage (for multi-stage builds) | no | "" |
| additional_tags | Additional tags to push (newline-separated) | no | "" |
| secrets | List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) | no | — |
| secret-envs | List of secret env vars to expose to the build (e.g., key=envname, MY_SECRET=MY_ENV_VAR) | no | — |
| secret-files | List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) | no | — |
Outputs
no outputs