diff --git a/docs/development.md b/docs/development.md index 43afabb4a1..bf5c429614 100644 --- a/docs/development.md +++ b/docs/development.md @@ -122,13 +122,13 @@ $ make build Build a local container image ```console -$ TAG= REGISTRY=$USER/ingress-controller make docker-build +$ TAG= REGISTRY=$USER/ingress-controller make container ``` Push the container image to a remote repository ```console -$ TAG= REGISTRY=$USER/ingress-controller make docker-push +$ TAG= REGISTRY=$USER/ingress-controller make push ``` ## Deploying