Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading