Skip to content

Commit

Permalink
Manually set volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock committed Oct 9, 2024
1 parent 7714f03 commit 6a44ab4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver: docker

- name: Bake the bootstrap docker image
uses: docker/bake-action@v5
Expand All @@ -29,7 +27,7 @@ jobs:
workdir: .

- name: Bootstrap the environment Dockerfile
run: docker run local/bootstrap
run: docker run -v .github:/config local/bootstrap

- name: Build the environment
uses: docker/bake-action@v5
Expand Down

0 comments on commit 6a44ab4

Please sign in to comment.