From 72b03842aecfa50ce45a4944aa03dbc284d8e849 Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Thu, 14 Nov 2024 06:09:48 +0100 Subject: [PATCH] make container --- .github/workflows/ci-helm-installation-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-helm-installation-test.yml b/.github/workflows/ci-helm-installation-test.yml index d8d572b8..3074a5ea 100644 --- a/.github/workflows/ci-helm-installation-test.yml +++ b/.github/workflows/ci-helm-installation-test.yml @@ -34,7 +34,7 @@ jobs: - name: Build COSI Driver Docker Image run: | - make build + make container - name: Load Docker Image into Kind Cluster run: |