Add Layers input for in build using dockerfile

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-03-26 12:49:53 +05:30
parent 54ff9945b9
commit 751aaff532
8 changed files with 24 additions and 7 deletions

View file

@ -28,6 +28,9 @@ inputs:
entrypoint:
description: 'The entry point to set for containers based on image'
required: false
layers:
description: 'Set to true to cache intermediate layers during build process'
required: false
port:
description: 'The port to expose when running containers based on image'
required: false