Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
| ... | ... |
@@ -260,7 +260,7 @@ func (b *Builder) Build(ctx context.Context, opt backend.BuildConfig) (*builder. |
| 260 | 260 |
} |
| 261 | 261 |
auxJSON := new(json.RawMessage) |
| 262 | 262 |
*auxJSON = auxJSONBytes |
| 263 |
- msgJSON, err := json.Marshal(&jsonmessage.JSONMessage{ID: "buildkit-trace", Aux: auxJSON})
|
|
| 263 |
+ msgJSON, err := json.Marshal(&jsonmessage.JSONMessage{ID: "moby.buildkit.trace", Aux: auxJSON})
|
|
| 264 | 264 |
if err != nil {
|
| 265 | 265 |
return err |
| 266 | 266 |
} |