fix dockerfile

This commit is contained in:
Tejal Desai 2020-06-04 15:10:01 -07:00
parent 9b48be6440
commit 85c40c45b3
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ func buildKanikoImage(
kanikoDockerfilePath := path.Join(buildContextPath, dockerfilesPath, dockerfile)
if dockerfilesPath == "" {
kanikoDockerfilePath = path.Join(buildContextPath, dockerfile)
kanikoDockerfilePath = path.Join(buildContextPath, "Dockerfile")
}
dockerRunFlags = append(dockerRunFlags, ExecutorImage,