mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add build-args input
Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
parent
4e70c85f52
commit
54d567b235
4 changed files with 25 additions and 8 deletions
|
@ -37,6 +37,9 @@ inputs:
|
|||
envs:
|
||||
description: 'List of environment variables to be set when running containers based on image'
|
||||
required: false
|
||||
build-args:
|
||||
description: 'List of --build-args to pass to buildah.'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue