mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-09 02:19:03 +00:00
Default to docker image format
Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
parent
a65863e0db
commit
59d340ffaf
6 changed files with 34 additions and 14 deletions
|
@ -40,6 +40,10 @@ inputs:
|
|||
build-args:
|
||||
description: 'List of --build-args to pass to buildah.'
|
||||
required: false
|
||||
oci:
|
||||
description: 'Set to true to build using the OCI image format instead of the Docker image format.'
|
||||
default: 'false'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue