Commit 7b0e7973 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Memoize result of checking container images on project

parent 7c0d8c8c
...@@ -486,7 +486,7 @@ class Project < ActiveRecord::Base ...@@ -486,7 +486,7 @@ class Project < ActiveRecord::Base
end end
def has_container_registry_tags? def has_container_registry_tags?
container_repositories.to_a.any?(&:has_tags?) || @images ||= container_repositories.to_a.any?(&:has_tags?) ||
has_root_container_repository_tags? has_root_container_repository_tags?
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment