Do not automatically tag repos with latest in the bobfile.

This commit is contained in:
Jake Moshenko 2014-07-22 16:46:59 -04:00
parent 9ad7fc7a54
commit 4c6272913f

View file

@ -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