We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6182fba commit 00383f7Copy full SHA for 00383f7
pkg/commands/options/publish.go
@@ -26,7 +26,7 @@ import (
26
27
// PublishOptions encapsulates options when publishing.
28
type PublishOptions struct {
29
- // DockerRepo overrides the KO_DOCKER_REPO environment variable, if present
+ // DockerRepo configures the destination image repository
30
DockerRepo string
31
32
Tags []string
0 commit comments