Skip to content

Commit

Permalink
docs: promote info to warning
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Nov 27, 2020
1 parent bbe718f commit cf47e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/customization/docker.md
Expand Up @@ -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

Expand Down

0 comments on commit cf47e13

Please sign in to comment.