From 11f59dea516edc0985e79d133d40d1733893dc19 Mon Sep 17 00:00:00 2001 From: Rudraksh Pareek Date: Wed, 15 Jun 2022 09:26:47 +0530 Subject: [PATCH] k3s should use docker instead of containerd Signed-off-by: Rudraksh Pareek --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 36e1a757ce..8d1904ad84 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -54,7 +54,7 @@ jobs: - name: Setup Enviroment run: | - ./contribution/k3s/install_k3s.sh + RUNTIME=docker ./contribution/k3s/install_k3s.sh - name: Install annotation controller run: |