mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 20:36:46 +00:00
Update outputs in action.yml
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
49ece91376
commit
95f45f8b52
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user