Default to docker image format

Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
Tim Etchells 2020-11-26 13:00:17 -05:00 committed by Tim Etchells
parent 3e81bc409d
commit 00654bad07
6 changed files with 34 additions and 14 deletions

View file

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