1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-11 13:38:41 +02:00

docs: promote info to warning

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-11-26 23:19:46 -03:00
parent bbe718f9d5
commit cf47e132c9

View File

@ -32,10 +32,10 @@ ENTRYPOINT ["/mybin"]
This configuration will build and push a Docker image named `user/repo:tagname`.
!!! info
!!! warning
Note that we are not building any go files in the docker
build phase, we are merely copying the binary to a `scratch` image and
setting up the entrypoint.
setting up the `entrypoint`.
## Customization