From aee26d28f9d860501ecc5325e51d8feddba91fbd Mon Sep 17 00:00:00 2001 From: StefanSchoof <4662023+StefanSchoof@users.noreply.github.com> Date: Fri, 18 Feb 2022 19:57:53 +0100 Subject: [PATCH] Add json output to action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index fc1caafe3..a2605ac82 100644 --- a/action.yml +++ b/action.yml @@ -42,6 +42,8 @@ outputs: description: 'Generated Docker labels' bake-file: description: 'Bake definiton file' + json: + description: 'A JSON object composed of the generated tags and labels' runs: using: 'node12'