From 8f3053b5e7c4506a73e9b2cafc46356c6a8c71d5 Mon Sep 17 00:00:00 2001 From: Amadey Vorontsov Date: Mon, 18 May 2026 19:49:26 +0000 Subject: [PATCH] runner: valid_volumes matches just the source name --- runner/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/config.yaml b/runner/config.yaml index 138e7ca..eb2cc57 100644 --- a/runner/config.yaml +++ b/runner/config.yaml @@ -29,7 +29,7 @@ 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|keys)$" docker_host: "unix:///var/run/docker.sock" force_pull: false