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