From 185da2547fbb41398958a85a703166668d9c4974 Mon Sep 17 00:00:00 2001 From: Stephen Cuppett Date: Thu, 31 Aug 2023 04:45:53 -0400 Subject: [PATCH] Fix: Explicitly set docker driver (Noticed a GH action once chose podman and failed/flaked there.) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51828bb..ab4a626 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: name: Setup Minikube with: minikube-version: 1.32.0 + driver: docker container-runtime: containerd kubernetes-version: v${{ matrix.kubernetes }}