diff --git a/docs/online/container/HowTo.md b/docs/online/container/HowTo.md
index 2660fe2be073f92b17b8867141387dd44bc5cb98..c4089c65bdaff1e7a86dd6cf072bc454de66f398 100644
--- a/docs/online/container/HowTo.md
+++ b/docs/online/container/HowTo.md
@@ -49,7 +49,7 @@ This will push a new container image `cbm_online:<tag>` to the CbmRoot registry.
 
 Pull the new image first with:
 ```
-docker pull hub.cbm.gsi.de/computing/cbmroot/cbm_online:<gitlab_user>-debug
+docker pull hub.cbm.gsi.de/computing/cbmroot/cbm_online:<tag>
 ```
 
 You can use `test_run.sh` or `test_run_gpu.sh` scripts to test the image locally.