summaryrefslogtreecommitdiff
path: root/app/serializers/container_repository_entity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/container_repository_entity.rb')
-rw-r--r--app/serializers/container_repository_entity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/container_repository_entity.rb b/app/serializers/container_repository_entity.rb
index 46aa0adc5a0..4c87d1438b0 100644
--- a/app/serializers/container_repository_entity.rb
+++ b/app/serializers/container_repository_entity.rb
@@ -3,7 +3,7 @@
class ContainerRepositoryEntity < Grape::Entity
include RequestAwareEntity
- expose :id, :name, :path, :location, :created_at, :status
+ expose :id, :name, :path, :location, :created_at, :status, :tags_count
expose :tags_path do |repository|
project_registry_repository_tags_path(project, repository, format: :json)