fmt
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 38s
Webapp Test / Run webapp test suite (pull_request) Successful in 3m11s
Smoke Test / Run basic test suite (pull_request) Successful in 2m50s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m30s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m20s

This commit is contained in:
Thomas E Lackey 2024-02-23 19:54:00 -06:00
parent 8efe753ca4
commit f27248b508

View File

@ -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: