Skip to content

Commit

Permalink
docs: make actions/docker a bit clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 25, 2022
1 parent d7cf3dd commit 39f1894
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/docs/ci/actions.md
Expand Up @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions www/docs/customization/docker.md
Expand Up @@ -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/).

Expand Down

0 comments on commit 39f1894

Please sign in to comment.