-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
Description
Hi there!
I'd like to trigger oci-metadata in the output
json of the bake file. However, it seems like the best way to do this is to have the metadata action step render this.
Why? Because if I do it in the bake-file itself then it overrides the output of the Docker Metadata Bake Action. This could be troublesome since the value is a JSON array, seen here and it's not always certain which block is being merged when Docker Bake does a JSON Patch of the two objects.
So, it would be nice to have this as a flag in the Docker Metadata-Action.
Thoughts? As always, thank you and much appreciated!