mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 21:27:05 +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"
|
description: "Secrets for build"
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
# tag:
|
tag:
|
||||||
# description: "Image Tag"
|
description: "Image Tag"
|
||||||
# value: ${{ fromJson(steps.meta.outputs.json).tags[0] }}
|
value: ${{ steps.meta.outputs.tags[0] }}
|
||||||
tags:
|
tags:
|
||||||
description: "Image Tags"
|
description: "Image Tags"
|
||||||
value: ${{ steps.meta.outputs.tags }}
|
value: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user