Skip to content

Commit

Permalink
Use full sha
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 22, 2023
1 parent f74bd0b commit 042fb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oras/repository/tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 042fb39

Please sign in to comment.