Skip to content

Commit

Permalink
use docker-container as driver
Browse files Browse the repository at this point in the history
  • Loading branch information
nusantara-self committed Feb 11, 2025
1 parent f48858b commit 79e1a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:

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

- name: Pre-pull builder image (if not already cached)
run: docker pull thehiveproject/cortex-neurons-builder:latest
Expand Down Expand Up @@ -110,6 +112,8 @@ jobs:

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

- name: Pre-pull builder image (if not already cached)
run: docker pull thehiveproject/cortex-neurons-builder:latest
Expand Down

0 comments on commit 79e1a21

Please sign in to comment.