build: Some docs say the syntax is like this.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 18m29s
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 18m29s
This commit is contained in:
@ -7,7 +7,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: node:23-bookworm-slim
|
image: node:23-bookworm-slim
|
||||||
valid_volumes: ['/opt/keys', '/opt/deps']
|
valid_volumes:
|
||||||
|
- '/opt/keys'
|
||||||
|
- '/opt/deps'
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/keys:/opt/keys
|
- /opt/keys:/opt/keys
|
||||||
- /opt/deps:/opt/deps
|
- /opt/deps:/opt/deps
|
||||||
|
Reference in New Issue
Block a user