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 Aug 31, 2023
1 parent 2f7d0ba commit 9b4e9b5
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 @@ -77,6 +77,7 @@ jobs:
name: Setup Minikube
with:
minikube-version: 1.31.2
driver: docker
container-runtime: containerd
kubernetes-version: "v${{ matrix.kubernetes }}"

Expand Down

0 comments on commit 9b4e9b5

Please sign in to comment.