Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nusantara-self committed Feb 11, 2025
1 parent 1515599 commit ff76a79
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,10 @@ jobs:
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

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

- name: Pre-pull builder image (if not already cached)
run: docker pull thehiveproject/cortex-neurons-builder:latest
Expand Down Expand Up @@ -116,14 +112,10 @@ jobs:
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

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

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

0 comments on commit ff76a79

Please sign in to comment.