File: content/manuals/docker-hub/repos/manage/hub-images/push.md
Issue
The page lists three steps for pushing images to Docker Hub, but step 3 is incomplete:
- Verify the image on Docker Hub.
There are no instructions provided for how to actually verify the image. The step is listed but has no content following it.
Why this matters
A reader following this guide will reach step 3 and have no guidance on how to complete the verification process. This leaves the workflow incomplete and may cause confusion about whether the push was successful or what they should check.
Suggested fix
Add instructions for step 3, such as:
3. Verify the image on Docker Hub.
1. Sign in to [Docker Hub](https://hub.docker.com).
2. Select **My Hub** > **Repositories**.
3. Select your repository (`my-namespace/my-repo` in this example).
4. Select the **Tags** tab to confirm that your tag (`v1.0` in this example) appears in the list.
Or, if verification is optional, remove step 3 entirely and end the guide after step 2.
Found by nightly documentation quality scanner
File:
content/manuals/docker-hub/repos/manage/hub-images/push.mdIssue
The page lists three steps for pushing images to Docker Hub, but step 3 is incomplete:
There are no instructions provided for how to actually verify the image. The step is listed but has no content following it.
Why this matters
A reader following this guide will reach step 3 and have no guidance on how to complete the verification process. This leaves the workflow incomplete and may cause confusion about whether the push was successful or what they should check.
Suggested fix
Add instructions for step 3, such as:
Or, if verification is optional, remove step 3 entirely and end the guide after step 2.
Found by nightly documentation quality scanner