Merge pull request #167 from StefanSchoof/add-json-output

Add json output to action.yml
This commit is contained in:
CrazyMax 2022-03-08 11:57:48 +01:00 committed by GitHub
commit f3476d2252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,8 @@ outputs:
description: 'Generated Docker labels'
bake-file:
description: 'Bake definiton file'
json:
description: 'JSON output of tags and labels'
runs:
using: 'node12'