Skip to content

Commit

Permalink
docs: Minor edits to 'dockerhub' (#4740)
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
rfay committed Apr 2, 2024
1 parent 1916016 commit 6353982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/docs/customization/dockerhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6353982

Please sign in to comment.