Skip to content

Commit cd4df1a

Browse files
authored
fix(devenv): switch overridden images to ghcr.io (kubeflow#911)
Signed-off-by: Alessio Pragliola <[email protected]>
1 parent d635ae8 commit cd4df1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devenv/Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ local_resource(
7676
)
7777

7878
docker_build_with_restart(
79-
"kubeflow/model-registry:latest",
79+
"ghcr.io/kubeflow/model-registry/server:latest",
8080
context="../",
8181
dockerfile="../tilt.dockerfile",
8282
entrypoint=["/model-registry", "proxy"],

devenv/configs/tiltfiles/frontend.tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ local_resource(
103103
)
104104

105105
docker_build_with_restart(
106-
"docker.io/kubeflow/model-registry-ui:latest",
106+
"ghcr.io/kubeflow/model-registry/ui:latest",
107107
context="../../../",
108108
dockerfile="../../../tilt-ui.dockerfile",
109109
entrypoint=["/bff"],

0 commit comments

Comments
 (0)