Skip to content

Commit

Permalink
docs: correct container image reference to dockerhub (#3219)
Browse files Browse the repository at this point in the history
Signed-off-by: UtkarshUmre <112888849+UtkarshUmre@users.noreply.github.com>
  • Loading branch information
UtkarshUmre committed Mar 11, 2024
1 parent de01ca4 commit 23f6543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/contribute/software/dev-environ.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ you need to install the following on your system:
You identify your private repository with the `RELEASE_REGISTRY=` argument
and can add any `TAG` arguments you like.
For example, the following command builds the environment
and pushes the image to the `docker.io/exampleuser` GitHub repository:
and pushes the image to the `docker.io/exampleuser` DockerHub repository:

```shell
make build-deploy-dev-environment RELEASE_REGISTRY=docker.io/exampleuser TAG=main
Expand Down

0 comments on commit 23f6543

Please sign in to comment.