Skip to content

Commit

Permalink
fix: correct opts reg sig push
Browse files Browse the repository at this point in the history
  • Loading branch information
dphilla committed Feb 23, 2024
1 parent 834310a commit 505ea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli/reference/registry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ scale registry function delete [<org>/<name>:<tag>]
To push a signature to the registry, use the `push` command:

```bash
scale registry signature push [<name>:<tag> | [<org>/<name>:<tag>]
scale registry signature push [<org>/<name>:<tag>]
```

The signature must be built and available locally in the signature cache to be pushed to the registry.
Expand Down

0 comments on commit 505ea13

Please sign in to comment.