Allow containers to be cached on CI
There's an existing task to clean them up, and being out of date by a week isn't the end of the world
This commit is contained in:
parent
a867df04a5
commit
51b3ffd33a
1 changed files with 1 additions and 0 deletions
|
@ -17,3 +17,4 @@ check_interval = 10
|
||||||
privileged = false
|
privileged = false
|
||||||
disable_cache = false
|
disable_cache = false
|
||||||
volumes = ["/cache"]
|
volumes = ["/cache"]
|
||||||
|
pull_policy = "if-not-present"
|
||||||
|
|
Loading…
Reference in a new issue