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
I'm wondering if there is a way to get tags for a specific repo. Obviously I can get all tags for all repos, pipe that to jq and filter, but that is highly inefficient especially when I have many many tags.
I'm wondering if there is a way to get tags for a specific repo. Obviously I can get all tags for all repos, pipe that to
jqand filter, but that is highly inefficient especially when I have many many tags.