Skip to content

Commit

Permalink
pulling the docker image of operator.
Browse files Browse the repository at this point in the history
Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni committed Nov 14, 2024
1 parent c56311b commit 97f4d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/operator-e2e-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97f4d34

Please sign in to comment.