bind named volume
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user