build: Some docs say the syntax is like this.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 18m29s

This commit is contained in:
Cory McWilliams 2025-02-01 14:17:15 -05:00
parent 6de875edea
commit e3dc0e833a

View File

@ -7,7 +7,9 @@ jobs:
runs-on: ubuntu-latest
container:
image: node:23-bookworm-slim
valid_volumes: ['/opt/keys', '/opt/deps']
valid_volumes:
- '/opt/keys'
- '/opt/deps'
volumes:
- /opt/keys:/opt/keys
- /opt/deps:/opt/deps