monkci-inc/MonkCI Build and Push Docker Images
Build and push Docker images with persistent cache. Drop-in replacement for docker/build-push-action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| context | Build context path | no | . |
| file | Path to Dockerfile | no | — |
| tags | List of tags (comma or newline separated) | no | — |
| push | Push to registry | no | false |
| load | Load into local Docker | no | false |
| platforms | Target platforms (e.g., linux/amd64,linux/arm64) | no | — |
| build-args | Build-time variables (newline separated) | no | — |
| target | Target build stage | no | — |
| secrets | Build secrets (newline separated) | no | — |
| labels | Image metadata labels (newline separated) | no | — |
| cache-from | External cache sources | no | — |
| cache-to | Cache export destinations | no | — |
| provenance | Provenance attestation | no | — |
| sbom | SBOM attestation | no | — |
| no-cache | Skip cache | no | false |
Outputs
| name | description |
|---|---|
| digest | Image digest |
| metadata | Build metadata JSON |
| build-duration | Build duration in seconds |