Use latest tag to get test images (#331)

This commit is contained in:
srinivashegde86 2019-03-19 18:11:46 -07:00 committed by Knative Prow Robot
parent 5e5f376ef5
commit 3b8bc39ced
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func initializeFlags() *EnvironmentFlags {
flag.StringVar(&f.DockerRepo, "dockerrepo", defaultRepo,
"Provide the uri of the docker repo you have uploaded the test image to using `uploadtestimage.sh`. Defaults to $KO_DOCKER_REPO")
flag.StringVar(&f.Tag, "tag", "e2e", "Provide the version tag for the test images.")
flag.StringVar(&f.Tag, "tag", "latest", "Provide the version tag for the test images.")
return &f
}