mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-09 05:16:27 +10:00
Fix documentation describing inaccurate issues
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user