Update the bobfile to only use the one dockerfile.
This commit is contained in:
parent
11562a74de
commit
0123440d2b
1 changed files with 1 additions and 7 deletions
8
Bobfile
8
Bobfile
|
@ -9,14 +9,8 @@ version = 1
|
||||||
|
|
||||||
[[container]]
|
[[container]]
|
||||||
name = "quay"
|
name = "quay"
|
||||||
Dockerfile = "Dockerfile.web"
|
Dockerfile = "Dockerfile"
|
||||||
project = "quay"
|
project = "quay"
|
||||||
tags = ["git:short"]
|
tags = ["git:short"]
|
||||||
|
|
||||||
[[container]]
|
|
||||||
name = "builder"
|
|
||||||
Dockerfile = "Dockerfile.buildworker"
|
|
||||||
project = "builder"
|
|
||||||
tags = ["git:short"]
|
|
||||||
|
|
||||||
# vim:ft=toml
|
# vim:ft=toml
|
||||||
|
|
Reference in a new issue