vmware-tanzu/build-image-action
https://github.com/vmware-tanzu/build-image-action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | Address of the server to create the kpack resource | yes | — |
| token | — | yes | — |
| ca_cert | — | yes | — |
| namespace | Name of the developer workspace to perform builds | yes | — |
| destination | The full name of the image name to be built | yes | — |
| serviceAccountName | The name of the service account used to run the kpack build | no | default |
| env | Build arguments to be passed to the underlying kpack build process | no | "" |
| clusterBuilder | The name of the cluster builder used to run the kpack build | no | default |
| timeout | Max active time that the pod can run for in seconds | no | 3600 |
| cleanup | Should the action cleanup any generated resources on completion | no | true |
Outputs
| name | description |
|---|---|
| name | The fully qualified name of the built image including version |