1
0
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:
Carlos A Becker 2022-09-25 00:15:29 -03:00
parent d7cf3dd889
commit 39f18943bf
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 6 additions and 0 deletions

View File

@ -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'

View File

@ -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/).