remove container resource defaults from actions yaml
parent
73dab7e4f8
commit
e7a2ef2bae
|
|
@ -115,11 +115,9 @@ 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: '1.0'
|
||||
required: false
|
||||
description: 'Amount of CPU time to assign the remote build container'
|
||||
cloudRunnerMemory:
|
||||
default: '750M'
|
||||
required: false
|
||||
description: 'Amount of memory to assign the remote build container'
|
||||
cachePushOverrideCommand:
|
||||
|
|
|
|||
Loading…
Reference in New Issue