prototypdigital/Docker build, tag and push
Creates a docker image for a target using the provided Dockerfile caches locally, and optionally pushes to the registry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image-name | The name of the image to build. | yes | — |
| target | The name of the image layer to build. | no | — |
| aws-access-key | AWS Access key used for pushing to the registry | no | — |
| aws-access-secret | AWS Access secret used for pushing to the registry | no | — |
| aws-region | AWS region for the ECR registry | no | — |
| cache-from | List of external cache sources (e.g., type=local,src=path/to/dir) | no | — |
| cache-to | List of cache export destinations (e.g., type=local,dest=path/to/dir) | no | — |
Outputs
no outputs