You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous approach tried to create a single manifest referencing digests
from multiple registries, which doesn't work. Each registry needs its own
manifest list created from its own digests.
Changes:
- Loop through each registry (docker.io and ghcr.io) separately
- Create manifest list for each registry with registry-specific digests
- Apply appropriate tags to each registry's manifest
0 commit comments