From b20f92b9986ca47a7b694f70d6ccd91edbaa1f65 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 14 Oct 2025 11:27:25 +0200 Subject: [PATCH] docs(fix): fix typo registry doc --- pages/container-registry/how-to/push-images.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/container-registry/how-to/push-images.mdx b/pages/container-registry/how-to/push-images.mdx index c83d2e665d..f177d0392e 100644 --- a/pages/container-registry/how-to/push-images.mdx +++ b/pages/container-registry/how-to/push-images.mdx @@ -22,9 +22,9 @@ After [configuring Docker on your local machine](/container-registry/how-to/conn 1. Open a terminal window on your local computer. 2. Pull the latest release of the [Ubuntu](https://hub.docker.com/_/ubuntu/) Docker image: - ``` - docker pull ubuntu:latest ```bash + docker pull ubuntu:latest + ``` 3. Tag the image: ```bash docker tag ubuntu:latest rg.fr-par.scw.cloud/mynamespace/ubuntu:latest