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:
Jake Howard 2021-06-01 21:51:18 +01:00
parent a867df04a5
commit 51b3ffd33a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -17,3 +17,4 @@ check_interval = 10
privileged = false
disable_cache = false
volumes = ["/cache"]
pull_policy = "if-not-present"