Do not automatically tag repos with latest in the bobfile.
This commit is contained in:
parent
9ad7fc7a54
commit
4c6272913f
1 changed files with 2 additions and 2 deletions
4
Bobfile
4
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
|
Reference in a new issue