heliocastro/Docker Build Control
Check and create docker image if not exists
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | GitHub container registry | — | ghcr.io |
| token | GitHub token | yes | — |
| name | Image name | yes | — |
| target | Target in the Dockerfile | no | — |
| images | Custom image names | no | — |
| labels | List of custom labels for docker image | no | — |
| version | Image version | yes | — |
| invalidate-cache | Build all images disregarding exists same version | no | — |
| build-args | List of build-time variables | no | — |
| build-contexts | Add extra context translation for the image | no | — |
| secret-files | Pass secrets as build info | no | — |
| platforms | Enable multi platform builds. Supported linux/amd64(default) and linux/arm64, comma separated | no | — |
| debug | Debug check_image script | no | — |
Outputs
| name | description |
|---|---|
| image_version | Generated image version |