From 64afacc22fbb971e25ea34917740cbd4e8119669 Mon Sep 17 00:00:00 2001 From: shynur Date: Thu, 5 Feb 2026 11:37:27 +0800 Subject: [PATCH] ; fix typo --- content/get-started/workshop/04_sharing_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/workshop/04_sharing_app.md b/content/get-started/workshop/04_sharing_app.md index ae172c1310..0141407af7 100644 --- a/content/get-started/workshop/04_sharing_app.md +++ b/content/get-started/workshop/04_sharing_app.md @@ -55,7 +55,7 @@ Let's try to push the image to Docker Hub. ``` This failure is expected because the image isn't tagged correctly yet. - Docker is looking for an image name `docker/getting started`, but your + Docker is looking for an image name `docker/getting-started`, but your local image is still named `getting-started`. You can confirm this by running: