Update outputs in action.yml

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2024-03-03 14:39:50 +03:00
parent 49ece91376
commit 95f45f8b52
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

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