Skip to content

Commit

Permalink
Add docker registry as env var in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Nov 16, 2024
1 parent 9536649 commit 5a4e9fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a4e9fc

Please sign in to comment.