diff --git a/Bobfile b/Bobfile index edc3a96ed..37f001b79 100644 --- a/Bobfile +++ b/Bobfile @@ -11,12 +11,12 @@ version = 1 name = "quay" Dockerfile = "Dockerfile.web" project = "quay" - tags = ["git:short", "latest"] + tags = ["git:short"] [[container]] name = "builder" Dockerfile = "Dockerfile.buildworker" project = "builder" - tags = ["git:short", "latest"] + tags = ["git:short"] # vim:ft=toml \ No newline at end of file