mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +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
|
@ -53,6 +53,11 @@ inputs:
|
|||
separate by a comma.
|
||||
default: 'amd64'
|
||||
required: false
|
||||
extra-args:
|
||||
description: |
|
||||
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
|
||||
outputs:
|
||||
image:
|
||||
description: 'Name of the image built'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue