Skip to content

Commit 6a44ab4

Browse files
Manually set volume
1 parent 7714f03 commit 6a44ab4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci_checks.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717

1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v2
20-
with:
21-
driver: docker
2220

2321
- name: Bake the bootstrap docker image
2422
uses: docker/bake-action@v5
@@ -29,7 +27,7 @@ jobs:
2927
workdir: .
3028

3129
- name: Bootstrap the environment Dockerfile
32-
run: docker run local/bootstrap
30+
run: docker run -v .github:/config local/bootstrap
3331

3432
- name: Build the environment
3533
uses: docker/bake-action@v5

0 commit comments

Comments
 (0)