mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 01:49:03 +00:00
Add extra-args input for build using dockerfile (#53)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
b78bde0b60
commit
2f7f68ec84
10 changed files with 59 additions and 5 deletions
|
@ -49,6 +49,13 @@ export enum Inputs {
|
|||
* Default: None.
|
||||
*/
|
||||
ENVS = "envs",
|
||||
/**
|
||||
* Extra args to be passed to buildah bud.
|
||||
* Separate arguments by newline. Do not use quotes - @actions/exec will do the quoting for you.
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
EXTRA_ARGS = "extra-args",
|
||||
/**
|
||||
* The name (reference) of the image to build
|
||||
* Required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue