From 042fb39030e7a7f8ecf3b5331d67cfcba12aaad8 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Mon, 20 Feb 2023 05:32:04 -0700 Subject: [PATCH] Use full sha Signed-off-by: Terry Howe --- cmd/oras/repository/tags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/oras/repository/tags.go b/cmd/oras/repository/tags.go index 06fa3650a..230469a9e 100644 --- a/cmd/oras/repository/tags.go +++ b/cmd/oras/repository/tags.go @@ -61,7 +61,7 @@ Example - Show tags also associated with a particular tagged resource: oras repo tags localhost:5000/hello:latest Example - Show tags associated with a digest: - oras repo tags localhost:5000/hello@sha256:c551125a624189 + oras repo tags localhost:5000/hello@sha256:c551125a624189cece9135981621f3f3144564ddabe14b523507bf74c2281d9b `, Args: cobra.ExactArgs(1), Aliases: []string{"show-tags"},