From 8efe753ca4cb76fa486b60626cabfd0774b99437 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Fri, 23 Feb 2024 19:53:37 -0600 Subject: [PATCH] comment --- .../deploy/webapp/deploy_webapp_from_registry.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py index babfa547..23bb0a3f 100644 --- a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py +++ b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py @@ -118,8 +118,7 @@ def process_app_deployment_request( # simply add our unique tag to the existing image and we are done add_tags_to_image(image_registry, app_image_shared_tag, deployment_container_unique_tag) else: - # TODO: pull from request - extra_build_args = [] + extra_build_args = [] # TODO: pull from request build_container_image(app, deployment_container_unique_tag, extra_build_args, log_file) push_container_image(deployment_dir, log_file) # The build/push commands above will use the unique deployment tag, so now we need to add the shared tag.