GitHub Packages count (Packages¹) not showing in repository header #164114
Replies: 5 comments 3 replies
-
I want to know too |
Beta Was this translation helpful? Give feedback.
-
I also want to know, I always go through this |
Beta Was this translation helpful? Give feedback.
-
1.Add the source label (if not already) 2.Let GitHub index it 3.Trigger a pull (optional) |
Beta Was this translation helpful? Give feedback.
-
Solutions and Workarounds
Use this format when tagging and pushing: docker tag ticket-service ghcr.io/mscairlinestickets/ticket-service:latest Also ensure that your image has metadata associating it with the repo. If you used GitHub Actions, your workflow should include: env:
On the right side, check the “Linked repositories” section. If it's not correctly linked, use “Edit package” → “Manage linked repositories” and link it manually.
A Dockerfile Or relevant metadata files (package.json, .github/workflows referencing ghcr.io, etc.) This is more of a heuristic improvement than a requirement.
|
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I have a public repository with a published Docker image hosted on GitHub Container Registry (ghcr.io), and the package is correctly linked to the repository.
Repository: https://github.com/mscairlinestickets/ticket-service
Package: https://github.com/mscairlinestickets/ticket-service/pkgs/container/ticket-service
However, the repository UI does not show the “Packages¹” count in the top navigation bar (
Code | Issues | Pull requests | Actions | Projects | Packages
).Could you please verify if there's an indexing delay or if any extra step is required to have the package count appear?
Thank you in advance for your support!
https://github.com/mscairlinestickets?tab=packages
Beta Was this translation helpful? Give feedback.
All reactions