diff --git a/content/manuals/docker-hub/repos/manage/hub-images/oci-artifacts.md b/content/manuals/docker-hub/repos/manage/hub-images/oci-artifacts.md index bb7b786cf204..9eed8d45a8f6 100644 --- a/content/manuals/docker-hub/repos/manage/hub-images/oci-artifacts.md +++ b/content/manuals/docker-hub/repos/manage/hub-images/oci-artifacts.md @@ -84,17 +84,17 @@ Steps: 3. Sign in to Docker Hub with Helm, using your Docker credentials. ```console - $ helm registry login registry-1.docker.io -u hubuser + $ helm registry login registry-1.docker.io -u ``` 4. Push the chart to a Docker Hub repository. ```console - $ helm push demo-0.1.0.tgz oci://registry-1.docker.io/docker + $ helm push demo-0.1.0.tgz oci://registry-1.docker.io/ ``` - This uploads the Helm chart tarball to a `demo` repository in the `docker` - namespace. + This uploads the Helm chart tarball to a `demo` repository in the `hubuser` + namespace. It will create a `hubuser/demo` repository. 5. Go to the repository page on Docker Hub. The **Tags** section of the page shows the Helm chart tag.