From 6353982e33d11c2e2812e891fc3431ef87b436f2 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Tue, 2 Apr 2024 10:49:56 -0600 Subject: [PATCH] docs: Minor edits to 'dockerhub' (#4740) Minor edits to the `dockerhub` docs. Thanks for all your [help getting this going](https://discord.com/channels/890434333251362866/1223342596231925852/1223342596231925852) I note that you already updated a number of things. Here are just a couple more edits. Thanks for the great work! --- www/docs/customization/dockerhub.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/docs/customization/dockerhub.md b/www/docs/customization/dockerhub.md index bb23c0b17..c740aa35c 100644 --- a/www/docs/customization/dockerhub.md +++ b/www/docs/customization/dockerhub.md @@ -6,18 +6,18 @@ DockerHub is a [GoReleaser Pro feature](/pro/). -DockerHub allows you to set an image description, and a full description. +DockerHub allows you to set an image description and a full description. However, this is not possible via `docker push`. This pipe allows you to configure these fields and ensures they are set when publishing your releases. -You can also have plenty of customization options: +You also have plenty of customization options: ```yaml # goreleaser.yaml dockerhub: - - # Your docker.io username. + - # Your hub.docker.com username. Must have 'editor' permissions # # Default: "{{ .Env.DOCKER_USERNAME }}" # Templates: allowed