mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Update readme, make 'image' input required
Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
parent
2f1cc9082b
commit
236b973ed2
3 changed files with 72 additions and 51 deletions
|
@ -30,8 +30,8 @@ inputs:
|
|||
required: false
|
||||
port:
|
||||
description: 'The port to expose when running containers based on image'
|
||||
required: false
|
||||
working-dir:
|
||||
required: false
|
||||
workdir:
|
||||
description: 'The working directory to use within the container'
|
||||
required: false
|
||||
envs:
|
||||
|
@ -39,4 +39,4 @@ inputs:
|
|||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue