You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +02:00
docs: promote info to warning
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
@@ -32,10 +32,10 @@ ENTRYPOINT ["/mybin"]
|
|||||||
|
|
||||||
This configuration will build and push a Docker image named `user/repo:tagname`.
|
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
|
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
|
build phase, we are merely copying the binary to a `scratch` image and
|
||||||
setting up the entrypoint.
|
setting up the `entrypoint`.
|
||||||
|
|
||||||
## Customization
|
## Customization
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user