diff --git a/docs/development.md b/docs/development.md index 43afabb4a..bf5c42961 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