mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 17:57:49 +02:00
more semantic variable name
This commit is contained in:
@@ -1483,13 +1483,13 @@ def docker_tag(
|
||||
else:
|
||||
language, version = "py", config["python_version"]
|
||||
|
||||
lang_distro_tag = f"{version}{distro_tag}"
|
||||
version_distro_tag = f"{version}{distro_tag}"
|
||||
|
||||
# Prepend API version if provided
|
||||
if api_version:
|
||||
full_tag = f"{api_version}-{language}{lang_distro_tag}"
|
||||
full_tag = f"{api_version}-{language}{version_distro_tag}"
|
||||
else:
|
||||
full_tag = lang_distro_tag
|
||||
full_tag = version_distro_tag
|
||||
|
||||
return f"{base_image}:{full_tag}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user