We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99515da commit a83d591Copy full SHA for a83d591
.github/workflows/test.yml
@@ -9,6 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
container:
11
image: ghcr.io/terrapkg/builder:f43
12
+ options: -v /usr:/hostusr -v /:/hostfs
13
steps:
14
- uses: actions/checkout@v6
15
with:
0 commit comments