From 1c9398a9656993441aabe2549cebf993d293feef Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 18 Nov 2020 00:39:59 +0100 Subject: [PATCH] Missing input in action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 7403a2d..c899d46 100644 --- a/action.yml +++ b/action.yml @@ -21,6 +21,9 @@ inputs: tag-edge-branch: description: 'Branch that will be tagged as edge (default repo.default_branch)' required: false + tag-semver: + description: 'Handle Git tag as semver template if possible' + required: false tag-match: description: 'RegExp to match against a Git tag and use match group as Docker tag' required: false