mirror of https://github.com/knative/pkg.git
Use latest tag to get test images (#331)
This commit is contained in:
parent
5e5f376ef5
commit
3b8bc39ced
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue