1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-10 19:41:38 +02:00

Fix typo in README.md

This commit is contained in:
Jason Hall 2021-03-25 22:01:17 -04:00
parent 0b96f41240
commit c55c3fef24

View File

@ -162,7 +162,7 @@ import path, to avoid collisions.
- `--preserve-import-path` (`-P`) will include the entire importpath:
`registry.example.com/repo/github.com/my-user/my-repo/cmd/app`
- `--base` (`-B`) will omit the MD5 portion: `registry.example.com/repo/app`
- `--base-import-paths` (`-B`) will omit the MD5 portion: `registry.example.com/repo/app`
- `--bare` will only include the `KO_DOCKER_REPO`: `registry.example.com/repo`
## Local Publishing Options