bind named volume
Some checks failed
Build Godot Engine / Compile Linux (All Targets) (push) Has been cancelled
Build Godot Engine / Compile Windows (All Targets) (push) Has been cancelled
Build Godot Engine / Publish Builds (push) Has been cancelled

This commit is contained in:
2026-05-19 16:30:50 +02:00
parent 06257c951a
commit e8ec0ffcae

View File

@ -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