mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add Layers input for build using dockerfile (#43)
Also add link to buildah docs in the README Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
54ff9945b9
commit
3196e5acb5
8 changed files with 28 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue