mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
fix(ko): error finishing with .
This commit is contained in:
parent
b0bf4eb0cd
commit
a09a0d7018
@ -50,7 +50,7 @@ var (
|
||||
)
|
||||
|
||||
errNoRepository = errors.New("ko: missing repository: please set either the repository field or a $KO_DOCKER_REPO environment variable")
|
||||
errInvalidMainPath = errors.New("ko: invalid Main path: ko.main (or build.main if ko.main is not set) should be a relative path.")
|
||||
errInvalidMainPath = errors.New("ko: invalid Main path: ko.main (or build.main if ko.main is not set) should be a relative path")
|
||||
)
|
||||
|
||||
// Pipe that build OCI compliant images with ko.
|
||||
|
Loading…
x
Reference in New Issue
Block a user