docs: add missing plugin description

This commit is contained in:
Robert Kaussow 2021-09-11 21:30:19 +02:00
parent 9e32650a09
commit a46c75a9ac
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ title: drone-docker
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/drone-docker)
[![License: MIT](https://img.shields.io/github/license/thegeeklab/drone-docker)](https://github.com/thegeeklab/drone-docker/blob/main/LICENSE)
Drone plugin to build and publish multiarch Docker images.
<!-- prettier-ignore-start -->
<!-- spellchecker-disable -->
{{< toc >}}

View File

@ -198,7 +198,7 @@ func settingsFlags(settings *plugin.Settings) []cli.Flag {
&cli.StringFlag{
Name: "docker.email",
EnvVars: []string{"PLUGIN_EMAIL", "DOCKER_EMAIL"},
Usage: "sets email addres to authenticates with",
Usage: "sets email address to authenticates with",
Destination: &settings.Login.Email,
},
&cli.StringFlag{