remove container resource defaults from actions yaml

pull/387/head
Frostebite 2022-04-21 19:12:02 +01:00
parent 73dab7e4f8
commit e7a2ef2bae
1 changed files with 0 additions and 2 deletions

View File

@ -115,11 +115,9 @@ inputs:
required: false required: false
description: 'Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must be configured.' description: 'Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must be configured.'
cloudRunnerCpu: cloudRunnerCpu:
default: '1.0'
required: false required: false
description: 'Amount of CPU time to assign the remote build container' description: 'Amount of CPU time to assign the remote build container'
cloudRunnerMemory: cloudRunnerMemory:
default: '750M'
required: false required: false
description: 'Amount of memory to assign the remote build container' description: 'Amount of memory to assign the remote build container'
cachePushOverrideCommand: cachePushOverrideCommand: