mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
bb5b77aeaa
* fix(sync): apply tag filters before destination mapping Signed-off-by: Akash Kumar <meakash7902@gmail.com> * fix(sync): return stable pointer from getContentByUpstreamRepo Iterate by index and return &cm.contents[i] so callers get the slice element rather than a copy of the loop variable, matching the existing GetContentByLocalRepo helper. Signed-off-by: Akash Kumar <meakash7902@gmail.com> --------- Signed-off-by: Akash Kumar <meakash7902@gmail.com>