Skip to content

Commit

Permalink
fix: Configure Docker Buildx to use a driver that supports cache export
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Nov 20, 2024
1 parent b7ed5cf commit 6ad9101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: image=moby/buildkit:latest

ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ad9101

Please sign in to comment.