1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

docs: improve manifest docs

closes #2606
This commit is contained in:
Carlos A Becker 2021-11-21 12:57:07 -03:00
parent 9505cf7054
commit dd1db26459
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -14,6 +14,11 @@ instead of the Docker images names.
Please note that this is a beta feature, and it may change or be removed
at any time.
!!! warning
Notice that the images used in the manifest **need to be pushed** for this to work.
This is a limitation of how `docker manifest create` works.
For more info, check [this issue](https://github.com/goreleaser/goreleaser/issues/2606).
## Customization
You can create several manifests in a single GoReleaser run, here are all the