From 95f45f8b526fc55ffd41c3bdb7444aad68258bf0 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Sun, 3 Mar 2024 14:39:50 +0300 Subject: [PATCH] Update outputs in action.yml Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 7ea1ea0..287924a 100644 --- a/action.yml +++ b/action.yml @@ -30,9 +30,9 @@ inputs: description: "Secrets for build" outputs: - # tag: - # description: "Image Tag" - # value: ${{ fromJson(steps.meta.outputs.json).tags[0] }} + tag: + description: "Image Tag" + value: ${{ steps.meta.outputs.tags[0] }} tags: description: "Image Tags" value: ${{ steps.meta.outputs.tags }}