We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c628777 commit 938eb1fCopy full SHA for 938eb1f
docker/docker.go
@@ -52,7 +52,7 @@ func Build(path string, opts ...BuildOptions) error {
52
opt(flags)
53
}
54
55
- args := []string{"buildx", "build", "."}
+ args := []string{"build", "."}
56
args = ToArgs(args, flags)
57
58
dir, fileName := parsePath(path)
0 commit comments