From 06a13bc2faf23ae432fee0e47a33daf4fc6f9f60 Mon Sep 17 00:00:00 2001 From: Max Horstmann Date: Mon, 25 May 2020 21:45:16 -0400 Subject: [PATCH] Make tags mandatory, since omitting it doesn't really do what you'd expect Signed-off-by: Max Horstmann --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7720f15..d2bc024 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ inputs: required: true tags: description: Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags - required: false + required: true tag_with_ref: description: Automatically tags the built image with the git reference as per the readme required: false