mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-12 06:27:07 +08:00
controller: rename ref to sessionID and set buildRef back to ref
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@ -5,6 +5,6 @@ package docker.buildx.errdefs;
|
||||
option go_package = "github.com/docker/buildx/controller/errdefs";
|
||||
|
||||
message Build {
|
||||
string Ref = 1;
|
||||
string BuildRef = 2;
|
||||
string SessionID = 1;
|
||||
string Ref = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user