diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f428507..c7071ea 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,8 +35,7 @@ jobs: run: | docker build -t avs-init-container:latest ${{env.WORKSPACE}}/avs-init-container - kubectl cluster-info --context kind-chart-testing - kind load docker-image avs-init-container:latest + kind load docker-image avs-init-container:latest --name chart-testing - name: Setup Prerequisites run: |