2 Commits
Author SHA1 Message Date
mozart 4f29316075 Merge remote-tracking branch 'origin/master' into publish/greeter-0.1.1
validate-pr / validate (pull_request) Successful in 2m6s
2026-05-18 19:59:16 +00:00
mozart 7aa6e4d200 runner: try non-anchored regex (some validators match substring) 2026-05-18 19:59:12 +00:00
+2 -1
View File
@@ -29,7 +29,8 @@ container:
# containers. The regex matches the full `source:target[:opts]`
# string, so a permissive prefix is enough.
valid_volumes:
- "^cargoxx-cache-(store|keys)$"
- "cargoxx-cache-store"
- "cargoxx-cache-keys"
docker_host: "unix:///var/run/docker.sock"
force_pull: false