int128/kustomize
Run kustomize build in parallel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/kustomize-action@7c5df9980fe7984d47f599f799f92b15657dea9e # v1.190.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| kustomization | Glob patterns to kustomization.yaml | no | — |
| extra-files | Glob patterns to extra files to copy | no | — |
| kustomize-build-args | Extra args to kustomize build command (multiline) | no | — |
| base-directory | Base directory to compute a relative path of kustomization.yaml | yes | ${{ github.workspace }} |
| retry-max-attempts | Max attempts of retry to run kustomize (0 = no retry) | yes | 2 |
| retry-wait-ms | Wait before retry kustomize in milliseconds | yes | 2000 |
| max-process | Max number of kustomize processes | yes | 5 |
| write-individual-files | If true, write individual files | yes | false |
| ignore-kustomize-error | If true, ignore kustomize errors | yes | false |
Outputs
| name | description |
|---|---|
| directory | Directory to results of kustomize build |
| files | Multi-line string of files generated by kustomize build |
| raw-errors | Multi-line string of errors generated by kustomize build |
| pretty-errors | Pretty formatted errors of kustomize build |