Skip to content

Commit

Permalink
Add warning print
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
Terry Howe committed Feb 19, 2023
1 parent ecc6ad4 commit c3a8e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/oras/repository/tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package repository

import (
"fmt"
"os"
"strings"

"github.com/opencontainers/go-digest"
Expand Down Expand Up @@ -96,6 +97,7 @@ func showTags(opts showTagsOptions) error {
}
filter = desc.Digest.String()
}
fmt.Fprintln(os.Stderr, "Tag query by reference may take a while")
}
return finder.Tags(ctx, opts.last, func(tags []string) error {
for _, tag := range tags {
Expand Down

0 comments on commit c3a8e4a

Please sign in to comment.