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"
|
name = "quay"
|
||||||
Dockerfile = "Dockerfile.web"
|
Dockerfile = "Dockerfile.web"
|
||||||
project = "quay"
|
project = "quay"
|
||||||
tags = ["git:short", "latest"]
|
tags = ["git:short"]
|
||||||
|
|
||||||
[[container]]
|
[[container]]
|
||||||
name = "builder"
|
name = "builder"
|
||||||
Dockerfile = "Dockerfile.buildworker"
|
Dockerfile = "Dockerfile.buildworker"
|
||||||
project = "builder"
|
project = "builder"
|
||||||
tags = ["git:short", "latest"]
|
tags = ["git:short"]
|
||||||
|
|
||||||
# vim:ft=toml
|
# vim:ft=toml
|
Reference in a new issue