mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add output image-with-tag (#68)
* Add output image-with-tag Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
fe5edd5859
commit
ab006ef445
9 changed files with 17 additions and 2 deletions
|
@ -63,6 +63,8 @@ outputs:
|
|||
description: 'Name of the image built'
|
||||
tags:
|
||||
description: 'List of the tags that were created, separated by spaces'
|
||||
image-with-tag:
|
||||
description: 'Name of the image tagged with the first tag present'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue