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