drone registry rm

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

Is there a mistake on this page? Please let us know or edit this page.