Check for existing tag in remote repo before building. #764
@ -111,7 +111,6 @@ def process_app_deployment_request(
|
||||
# 6. build container (if needed)
|
||||
if not deployment_record or deployment_record.attributes.application != app.id:
|
||||
needs_k8s_deploy = True
|
||||
|
||||
# check if the image already exists
|
||||
shared_tag_exists = remote_image_exists(image_registry, app_image_shared_tag)
|
||||
if shared_tag_exists and not force_rebuild:
|
||||
|
Loading…
Reference in New Issue
Block a user