Add extra-args input for build using dockerfile (#53)

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
Divyanshu Agrawal 2021-04-12 22:43:19 +05:30 committed by GitHub
parent b78bde0b60
commit 2f7f68ec84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 59 additions and 5 deletions

View file

@ -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'