bake: fix missing default target in group's default targets

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-01-21 14:30:40 +01:00
parent 4b68aa828a
commit 0bcd5b25a2

View File

@@ -1,4 +1,11 @@
{
"group": {
"default": {
"targets": [
"default"
]
}
},
"target": {
"default": {
"context": ".",