Skip to content

Commit

Permalink
Fix an example on KO_DOCKER_REPO in the dev guide (kubeflow#1675)
Browse files Browse the repository at this point in the history
It should be `docker.io/<username>` and you use this throughout the rest
of the doc. One example mistypes `docker.io/<username>/[project]`.
  • Loading branch information
xuhdev authored Jun 21, 2021
1 parent 4aa07cc commit 968cf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ recommend adding them to your `.bashrc`):
1. `$GOPATH/bin` on `PATH`: This is so that tooling installed via `go get` will
work properly.
1. `KO_DOCKER_REPO`: The docker repository to which developer images should be
pushed (e.g. `docker.io/<username>/[project]`).
pushed (e.g. `docker.io/<username>`).

- **Note**: Set up a docker repository for pushing images. You can use any container image registry by adjusting
the authentication methods and repository paths mentioned in the sections below.
Expand Down

0 comments on commit 968cf3e

Please sign in to comment.