From 39f18943bf3579fe5f1d250a18ab9c29a6da870b Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sun, 25 Sep 2022 00:15:29 -0300 Subject: [PATCH] docs: make actions/docker a bit clearer --- www/docs/ci/actions.md | 2 ++ www/docs/customization/docker.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/www/docs/ci/actions.md b/www/docs/ci/actions.md index f3eabf85de6..71ec6702eb0 100644 --- a/www/docs/ci/actions.md +++ b/www/docs/ci/actions.md @@ -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' diff --git a/www/docs/customization/docker.md b/www/docs/customization/docker.md index d0e1f8439a2..ab0522694f5 100644 --- a/www/docs/customization/docker.md +++ b/www/docs/customization/docker.md @@ -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/).