mirror of
https://gitea.com/docker/metadata-action.git
synced 2024-11-22 12:09:32 +01:00
Merge pull request #167 from StefanSchoof/add-json-output
Add json output to action.yml
This commit is contained in:
commit
f3476d2252
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ outputs:
|
||||||
description: 'Generated Docker labels'
|
description: 'Generated Docker labels'
|
||||||
bake-file:
|
bake-file:
|
||||||
description: 'Bake definiton file'
|
description: 'Bake definiton file'
|
||||||
|
json:
|
||||||
|
description: 'JSON output of tags and labels'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
|
|
Loading…
Reference in a new issue