diff --git a/docs/contributing/contributing-code/contributing-code-building/README.md b/docs/contributing/contributing-code/contributing-code-building/README.md index 488badf246..1647460e48 100644 --- a/docs/contributing/contributing-code/contributing-code-building/README.md +++ b/docs/contributing/contributing-code/contributing-code-building/README.md @@ -34,10 +34,10 @@ By default we will assume your Docker registry is your OS username, and assume y These commands assume you are already logged-in to the registry you are using. If you get errors related to authentication, double-check that you are logged-in. -Here's an example command that will push and push images to a specified registry: +Here's an example command that will build and push images to a specified registry: ```sh -DOCKER_REGISTRY=ghcr.io/my-registry make docker-push docker-build +DOCKER_REGISTRY=ghcr.io/my-registry make docker-build docker-push ``` If you work with Radius frequently, you may want to define a shell variable as part of your profile to set your registry.