This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/Bobfile
2015-01-29 11:04:05 -05:00

16 lines
230 B
TOML

version = 1
[docker]
build_opts = ["--rm"]
[container_globals]
registry = "quay.io/quay"
skip_push = true
[[container]]
name = "quay"
Dockerfile = "Dockerfile"
project = "quay"
tags = ["git:short"]
# vim:ft=toml