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

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'