Fix documentation describing inaccurate issues
This commit is contained in:
parent
f66a52ee41
commit
9bf66d5821
1 changed files with 2 additions and 2 deletions
|
@ -122,13 +122,13 @@ $ make build
|
|||
Build a local container image
|
||||
|
||||
```console
|
||||
$ TAG=<tag> REGISTRY=$USER/ingress-controller make docker-build
|
||||
$ TAG=<tag> REGISTRY=$USER/ingress-controller make container
|
||||
```
|
||||
|
||||
Push the container image to a remote repository
|
||||
|
||||
```console
|
||||
$ TAG=<tag> REGISTRY=$USER/ingress-controller make docker-push
|
||||
$ TAG=<tag> REGISTRY=$USER/ingress-controller make push
|
||||
```
|
||||
|
||||
## Deploying
|
||||
|
|
Loading…
Reference in a new issue