Output msg if tags input is not provided (#33)

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
Divyanshu Agrawal 2021-02-24 21:43:55 +05:30 committed by divyansh42
parent d871ed8ae9
commit 76570bc65b
6 changed files with 13 additions and 6 deletions

View file

@ -9,7 +9,7 @@ export enum Inputs {
ARCHS = "archs",
/**
* The base image to use to create a new container image
* Required: true
* Required: false
* Default: None.
*/
BASE_IMAGE = "base-image",