Add tags field to eggs transformer. (#1550)

This commit is contained in:
Hasyirin Fakhriy 2025-07-23 02:39:18 +08:00 committed by GitHub
parent 20071a64fa
commit 88943563c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,7 @@ class EggTransformer extends BaseTransformer
'author' => $model->author,
'description' => $model->description,
'features' => $model->features,
'tags' => $model->tags,
// "docker_image" is deprecated, but left here to avoid breaking too many things at once
// in external software. We'll remove it down the road once things have gotten the chance
// to upgrade to using "docker_images".