Merge pull request #4077 from liubin/fix/use-manifestTagsPathSpec-all-tag-all

use manifestTagsPathSpec for listing all tags
This commit is contained in:
Milos Gajdos
2023-09-28 17:37:25 +01:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ type tagStore struct {
// All returns all tags
func (ts *tagStore) All(ctx context.Context) ([]string, error) {
pathSpec, err := pathFor(manifestTagPathSpec{
pathSpec, err := pathFor(manifestTagsPathSpec{
name: ts.repository.Named().Name(),
})
if err != nil {