1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-18 03:56:52 +02:00

docs: fix typo in Note (#1600)

This commit is contained in:
Masih H. Derkani 2020-06-10 14:43:38 +01:00 committed by GitHub
parent 6fc7cb769a
commit 6befe368e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ ENTRYPOINT ["/mybin"]
This configuration will build and push a Docker image named `user/repo:tagname`.
!!! info
Note that were 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
setting up the entrypoint.