You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, the contents of groups displayed when groups is specified seems to be wrong.
If we specify the above json and let it bake --print again, we will see the json with the default targets as default as shown below.
The function to display groups added in #720 does not seem to be working correctly.
The json shown in the following example will not work properly and an error will be displayed.
buildx/docs/reference/buildx_bake.md
Lines 101 to 131 in bcfd434
Isn't the correct answer as follows?
Also, the contents of groups displayed when groups is specified seems to be wrong.
If we specify the above json and let it
bake --print
again, we will see the json with the default targets as default as shown below.My local environment is not yet buildx 0.7.0, so I haven't checked it at hand, but I found this behavior on GitHubActions runner.
https://github.com/rocker-org/rocker-versioned2/runs/4277390774?check_suite_focus=true#step:3:5813
(CI to check if docker-bake.json is in the correct format by executing the
bake --print
command)The text was updated successfully, but these errors were encountered: