Skip to content

Commit

Permalink
feat(dask#128): Update buildx action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Lee committed Nov 2, 2024
1 parent e5edd6f commit 09bba98
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:

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

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

#- name: Install Container Canary
# run: |
Expand Down

0 comments on commit 09bba98

Please sign in to comment.