mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
docs: make actions/docker a bit clearer
This commit is contained in:
parent
d7cf3dd889
commit
39f18943bf
@ -38,6 +38,8 @@ jobs:
|
||||
with:
|
||||
go-version: '>=1.19.1'
|
||||
cache: true
|
||||
# More assembly might be required: Docker logins, GPG, etc. It all depends
|
||||
# on your needs.
|
||||
- uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
# either 'goreleaser' (default) or 'goreleaser-pro'
|
||||
|
@ -122,6 +122,10 @@ dockers:
|
||||
- config.yml
|
||||
```
|
||||
|
||||
!!! warning
|
||||
Note that you will have to manually login into the Docker registries you
|
||||
want to push to — GoReleaser does not login by itself.
|
||||
|
||||
!!! tip
|
||||
Learn more about the [name template engine](/customization/templates/).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user