From a46c75a9ac3ca410d74fea3174db6eb001118bc2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 11 Sep 2021 21:30:19 +0200 Subject: [PATCH] docs: add missing plugin description --- _docs/_index.md | 2 ++ cmd/drone-docker/config.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_docs/_index.md b/_docs/_index.md index ceb3e6d..5f9711e 100644 --- a/_docs/_index.md +++ b/_docs/_index.md @@ -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. + {{< toc >}} diff --git a/cmd/drone-docker/config.go b/cmd/drone-docker/config.go index d9db346..2a3ec30 100644 --- a/cmd/drone-docker/config.go +++ b/cmd/drone-docker/config.go @@ -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{