mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-28 08:27:42 +08:00
Merge pull request #153 from tonistiigi/stdin-dockerfile
build: fix stdin dockerfile filename
This commit is contained in:
commit
299d41660b
@ -784,6 +784,7 @@ func LoadInputs(inp Inputs, target *client.SolveOpt) (func(), error) {
|
||||
return nil, err
|
||||
}
|
||||
toRemove = append(toRemove, dockerfileDir)
|
||||
dockerfileName = "Dockerfile"
|
||||
}
|
||||
|
||||
if dockerfileName == "" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user