From e8ec0ffcae3ac04716c955ca22ecefe95a9c8fda Mon Sep 17 00:00:00 2001 From: Olof Pettersson Date: Tue, 19 May 2026 16:30:50 +0200 Subject: [PATCH] bind named volume --- .gitea/workflows/build-engine.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-engine.yaml b/.gitea/workflows/build-engine.yaml index ba01bf700c0..ff522790cb2 100644 --- a/.gitea/workflows/build-engine.yaml +++ b/.gitea/workflows/build-engine.yaml @@ -17,7 +17,9 @@ jobs: container: image: registry.forge.northernlighthouseinteractive.com/northern-lighthouse/godot-builder-windows:a162ed2 - options: "--dns 8.8.8.8 -v /mnt/wsl_scons_cache:/root/.scons_cache" + options: "--dns 8.8.8.8" + volumes: + - scons-cache-vol:/root/.scons_cache steps: - name: Checkout Source @@ -62,8 +64,9 @@ jobs: runs-on: cpp container: - image: registry.forge.northernlighthouseinteractive.com/northern-lighthouse/godot-builder-linux:a162ed2 - options: "-v /mnt/wsl_scons_cache:/root/.scons_cache" + image: registry.forge.northernlighthouseinteractive.com/northern-lighthouse/godot-builder-linux:a162ed2 + volumes: + - scons-cache-vol:/root/.scons_cache steps: - name: Checkout Source