Skip to content

Commit

Permalink
tagging
Browse files Browse the repository at this point in the history
Signed-off-by: Jun <[email protected]>
  • Loading branch information
Jun committed Aug 25, 2022
1 parent 2f615ff commit e691da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/oras/tag/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ func TagCmd() *cobra.Command {
Long: `[Preview] tag a manifest in the remote registry
** This command is in preview and under development. **
Example - Tag a manifest with tag v1.0.1 to repository 'locahost:5000/hello' and tag with 'v1.0.2':
oras manifest push localhost:5000/hello:v1.0.1 v1.0.2
Example - Tag the manifest 'v1.0.1' in 'locahost:5000/hello' to 'v1.0.2':
oras tag localhost:5000/hello:v1.0.1 v1.0.2
`,
Args: cobra.ExactArgs(2),
PreRunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit e691da8

Please sign in to comment.