From 5a4e9fc13cef151f44214a4ce8e04cebe3c282d9 Mon Sep 17 00:00:00 2001 From: ewezy Date: Sat, 16 Nov 2024 10:38:19 +0800 Subject: [PATCH] Add docker registry as env var in e2e test --- .github/workflows/merlin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/merlin.yml b/.github/workflows/merlin.yml index cc4ca8f77..d45f21378 100644 --- a/.github/workflows/merlin.yml +++ b/.github/workflows/merlin.yml @@ -400,6 +400,7 @@ jobs: K3D_CLUSTER: merlin-cluster LOCAL_REGISTRY_PORT: 12345 LOCAL_REGISTRY: "dev.localhost" + DOCKER_REGISTRY: "dev.localhost:12345" INGRESS_HOST: "127.0.0.1.nip.io" MERLIN_CHART_VERSION: 0.13.18 E2E_PYTHON_VERSION: "3.10.6"