mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
fix(api): return manifest pull stats for digest-only pulls (PROJQUAY-9877) When images are pulled by digest only (not by tag), the API endpoint was returning 0 for manifest_pull_count because it ignored manifest_stats when tag_stats was None. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Brady Pratt <bpratt@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>