attach latest tag and release tag to local build

This commit is contained in:
Adil Hafeez 2025-04-16 13:24:35 -07:00
parent eb9a9ce1c7
commit e0c3e82630
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -20,6 +20,7 @@ from cli.core import (
download_models_from_hf,
)
from cli.consts import (
ARCHGW_DOCKER_IMAGE,
KATANEMO_DOCKERHUB_REPO,
SERVICE_NAME_ARCHGW,
SERVICE_NAME_MODEL_SERVER,
@ -90,6 +91,8 @@ def build(service):
ARCHGW_DOCKERFILE,
"-t",
f"{KATANEMO_DOCKERHUB_REPO}:latest",
"-t",
f"{ARCHGW_DOCKER_IMAGE}",
".",
"--add-host=host.docker.internal:host-gateway",
],