From c6cd4388a10b14c5277e1467dbe6597fda7588ff Mon Sep 17 00:00:00 2001 From: StefanSchoof <4662023+StefanSchoof@users.noreply.github.com> Date: Mon, 7 Mar 2022 08:25:24 +0100 Subject: [PATCH] Add json output to action.yml Signed-off-by: StefanSchoof <4662023+StefanSchoof@users.noreply.github.com> --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index fc1caafe..39051201 100644 --- a/action.yml +++ b/action.yml @@ -42,6 +42,8 @@ outputs: description: 'Generated Docker labels' bake-file: description: 'Bake definiton file' + json: + description: 'JSON output of tags and labels' runs: using: 'node12'