Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 6e1f2d7

Browse files
vserver import now uses the appropriate image
1 parent 7bcafce commit 6e1f2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vantage6/cli/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def cli_server_import(ctx, file_, drop_all, image, keep):
375375
if image is None:
376376
image = ctx.config.get(
377377
"image",
378-
"harbor.vantage6.ai/infrastructure/server:latest"
378+
f"{DEFAULT_DOCKER_REGISTRY}/{DEFAULT_SERVER_IMAGE}"
379379
)
380380
info(f"Pulling latest server image '{image}'.")
381381
try:

0 commit comments

Comments
 (0)