Skip to content

Commit

Permalink
Fix: Explicitly set docker driver
Browse files Browse the repository at this point in the history
(Noticed a GH action once chose podman and failed/flaked there.)
  • Loading branch information
cuppett committed Apr 10, 2024
1 parent 579dfcf commit 185da25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
name: Setup Minikube
with:
minikube-version: 1.32.0
driver: docker
container-runtime: containerd
kubernetes-version: v${{ matrix.kubernetes }}

Expand Down

0 comments on commit 185da25

Please sign in to comment.