diff --git a/website/docs/getting-started/building-an-image.md b/website/docs/getting-started/building-an-image.md
index 7bec807c0f2..2c64a4035f8 100644
--- a/website/docs/getting-started/building-an-image.md
+++ b/website/docs/getting-started/building-an-image.md
@@ -6,7 +6,7 @@ keywords: [podman desktop, podman, containers, images]
tags: [images]
---
-# Building an image on your Container engine
+# Building an image on your container engine
With Podman Desktop, you can build an image from a Containerfile on your container engine.
@@ -16,14 +16,24 @@ With Podman Desktop, you can build an image from a Containerfile on your contain
#### Procedure
-1. Open ** Images**.
+1. Go to ** Images**.
1. Click ** Build an image**.
1. On the **Build Image from Containerfile** screen
- 1. **Containerfile path**: select the Containerfile to build.
- 1. **Image Name**: edit the image name: `my_image`.
+ 1. **Containerfile path**: select the `Containerfile` or `Dockerfile` to build.
+ 1. **Image Name**: enter your image name, such as `my-image`. If you want to push the image to a registry, use the fully qualified image name that your registry requires, such as `quay.io/my-repository/my-image`, `ghcr.io/my-repository/my-image`, or `docker.io/my-repository/my-image`.
1. Click ** Build**.
+ 1. Click **Done**.
#### Verification
-1. Open **Images**
-1. Your image _``_ is in the list.
+1. Go to ** Images**.
+1. ****: Enter your image name, such as `quay.io/my-repository/my-image`, `ghcr.io/my-repository/my-image`, or `docker.io/my-repository/my-image`.
+1. Click the line with your image name.
+1. Go to **History**.
+ 1. Click the content area to activate it.
+ 1. Enter Ctrl + F on Windows and Linux, or ⌘ + F on macOS to start searching in the content.
+1. Go to **Inspect**.
+ 1. Click the content area to activate it.
+ 1. Enter Ctrl + F on Windows and Linux, or ⌘ + F on macOS to start searching in the content.
+1. Click ****..
+ 1. You see the **Create a container** screen.