mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Output msg if tags input is not provided (#33)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
d871ed8ae9
commit
76570bc65b
6 changed files with 13 additions and 6 deletions
|
@ -14,7 +14,7 @@ inputs:
|
|||
default: latest
|
||||
base-image:
|
||||
description: 'The base image to use to create a new container image'
|
||||
required: true
|
||||
required: false
|
||||
dockerfiles:
|
||||
description: 'List of Dockerfile paths (eg: ./Dockerfile)'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue