Compare commits
6 Commits
8236341a47
...
publish/gr
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f29316075 | |||
| 7aa6e4d200 | |||
| 83fcf5ea58 | |||
| 8f3053b5e7 | |||
| b5627c73a5 | |||
| 133df762ab |
@@ -25,12 +25,12 @@ container:
|
|||||||
options: "-v cargoxx-cache-store:/srv/cargoxx-cache/store
|
options: "-v cargoxx-cache-store:/srv/cargoxx-cache/store
|
||||||
-v cargoxx-cache-keys:/srv/cargoxx-cache/keys:ro"
|
-v cargoxx-cache-keys:/srv/cargoxx-cache/keys:ro"
|
||||||
workdir_parent: /workspace
|
workdir_parent: /workspace
|
||||||
# Whitelist regex of bind sources act_runner is allowed to forward to
|
# Whitelist regex of bind specs act_runner forwards to spawned job
|
||||||
# spawned job containers. Must include the cache + key volumes named
|
# containers. The regex matches the full `source:target[:opts]`
|
||||||
# in `options` above (otherwise act_runner silently strips them).
|
# string, so a permissive prefix is enough.
|
||||||
valid_volumes:
|
valid_volumes:
|
||||||
- "^cargoxx-cache-store$"
|
- "cargoxx-cache-store"
|
||||||
- "^cargoxx-cache-keys$"
|
- "cargoxx-cache-keys"
|
||||||
docker_host: "unix:///var/run/docker.sock"
|
docker_host: "unix:///var/run/docker.sock"
|
||||||
force_pull: false
|
force_pull: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user