remove container resource defaults from actions yaml
parent
e7a2ef2bae
commit
5ee7fe517e
|
|
@ -115,9 +115,11 @@ inputs:
|
|||
required: false
|
||||
description: 'Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must be configured.'
|
||||
cloudRunnerCpu:
|
||||
default: ''
|
||||
required: false
|
||||
description: 'Amount of CPU time to assign the remote build container'
|
||||
cloudRunnerMemory:
|
||||
default: ''
|
||||
required: false
|
||||
description: 'Amount of memory to assign the remote build container'
|
||||
cachePushOverrideCommand:
|
||||
|
|
|
|||
Loading…
Reference in New Issue