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:
parent
1db9347363
commit
79aa2fc319
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user