diff --git a/integration/images.go b/integration/images.go index a207c8794..52a91cc79 100644 --- a/integration/images.go +++ b/integration/images.go @@ -197,7 +197,7 @@ func (d *DockerFileBuilder) BuildImage(imageRepo, gcsBucket, dockerfilesPath, do if b, err := strconv.ParseBool(os.Getenv("BENCHMARK")); err == nil && b { benchmarkEnv = "BENCHMARK_FILE=/kaniko/benchmarks/" + dockerfile benchmarkFile := path.Join("benchmarks", dockerfile) - dst := path.Join("benchmarks/run_"+time.Now().Format("2006-01-02 15:04:05"), dockerfile) + dst := path.Join("benchmarks/run_"+time.Now().Format("2006-01-02-15:04:05"), dockerfile) defer UploadFileToBucket(gcsBucket, benchmarkFile, dst) }