Issue #98 has re-appeared - pulling main from GHCR resulted in a "manifest unknown" error. Retriggering the build pipeline fixed the issue. However, I'll need to do a deeper dive into our registry cleanup CI job.
It appears that the way our registry cleaning CI job polls the GitHub registry API doesn't account for multiarch images. GitHub's API also doesn't appear to make this trivial to do.
Describe the bug
Issue #98 has re-appeared - pulling
main
from GHCR resulted in a "manifest unknown" error. Retriggering the build pipeline fixed the issue. However, I'll need to do a deeper dive into our registry cleanup CI job.