From 5701efb4134618614602985e032c4f7ced893e29 Mon Sep 17 00:00:00 2001 From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de> Date: Thu, 26 Oct 2023 14:18:20 +0200 Subject: [PATCH] Fix image tag. --- docs/online/container/HowTo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/online/container/HowTo.md b/docs/online/container/HowTo.md index 2660fe2be0..c4089c65bd 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. -- GitLab