Make tags mandatory, since omitting it doesn't really do what you'd expect

Signed-off-by: Max Horstmann <max.horstmann@gmail.com>
pull/49/head
Max Horstmann 5 years ago committed by Max Horstmann
parent 92e7146349
commit 06a13bc2fa

@ -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

Loading…
Cancel
Save