diff --git a/integration/images.go b/integration/images.go index 97f3b6fec..8865e836a 100644 --- a/integration/images.go +++ b/integration/images.go @@ -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,