From 97f4d34b8c52b41dbcae038e3c9dde6ec0695e0a Mon Sep 17 00:00:00 2001 From: lrangine <19699092+lokeshrangineni@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:10:33 -0500 Subject: [PATCH] pulling the docker image of operator. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> --- .github/workflows/operator-e2e-integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/operator-e2e-integration-tests.yml b/.github/workflows/operator-e2e-integration-tests.yml index a1dd5600654..0c0322600d1 100644 --- a/.github/workflows/operator-e2e-integration-tests.yml +++ b/.github/workflows/operator-e2e-integration-tests.yml @@ -59,6 +59,7 @@ jobs: # TODO Build the operator image real time or pick the latest one. something needs to figure it out. export IMG=quay.io/lrangine/feast-operator:latest # docker build -t $IMG . + docker pull $IMG kind load docker-image $IMG --name $KIND_CLUSTER_NAME - name: Deploy the operator