docs: network and cache to setup gitea runner

This commit is contained in:
2026-07-11 22:28:17 +02:00
parent dff2f06016
commit 204487f6d7
+7
View File
@@ -16,6 +16,13 @@ Update `act_runner/config.yaml`:
runner: runner:
labels: labels:
- "hugo:docker://git.nortelli.fr/erwan/hugo:latest" - "hugo:docker://git.nortelli.fr/erwan/hugo:latest"
container:
network: "<runner-network>"
cache:
enabled: true
host: "<runner-container-name>"
``` ```
## Use image ## Use image