1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-21 21:07:19 +02:00

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!
This commit is contained in:
Randy Fay 2024-04-02 10:49:56 -06:00 committed by GitHub
parent 19160164cf
commit 6353982e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
DockerHub is a [GoReleaser Pro feature](/pro/). 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`. However, this is not possible via `docker push`.
This pipe allows you to configure these fields and ensures they are set when This pipe allows you to configure these fields and ensures they are set when
publishing your releases. publishing your releases.
You can also have plenty of customization options: You also have plenty of customization options:
```yaml ```yaml
# goreleaser.yaml # goreleaser.yaml
dockerhub: dockerhub:
- # Your docker.io username. - # Your hub.docker.com username. Must have 'editor' permissions
# #
# Default: "{{ .Env.DOCKER_USERNAME }}" # Default: "{{ .Env.DOCKER_USERNAME }}"
# Templates: allowed # Templates: allowed