1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

docs: fix typo username in dockerhubs example (#4733)

<!-- If applied, this commit will... -->

Fix typo in dockerhubs example

<!-- Why is this change being made? -->

fix typo

<!-- # Provide links to any relevant tickets, URLs or other resources
-->

...
This commit is contained in:
Randy Fay 2024-03-29 14:36:34 -06:00 committed by GitHub
parent 1db9347363
commit 79aa2fc319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ dockerhubs:
- # Your docker.io username.
#
# Templates: allowed
usernme: "{{ .Env.DOCKER_USERNAME }}"
username: "{{ .Env.DOCKER_USERNAME }}"
# Disables the configuration feature in some conditions, for instance, when
# publishing patch releases.