This subcommand updates the named registry credentials. Please note this command requires authentication and administrative privilege to the repository.
NAME:
drone registry update - update a registry
USAGE:
drone registry update [command options] [arguments...]
OPTIONS:
--repository value repository name (e.g. octocat/hello-world)
--hostname value registry hostname (default: "docker.io")
--username value registry username
--password value registry password
Example usage:
$ drone registry update \
-repository octocat/hello-world \
-hostname docker.io \
-password ...