diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b01297c30127300ca9f8bfa16b2c44c9c09d6ddd..00329539ce60e2d3c213c3c5c9cd0155c5e6add2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -405,6 +405,6 @@ deploy_nomad:
       levant deploy \
         -address="http://${STATION}c.control.lofar:4646" \
         -var-file=infra/env.yaml \
-        -var image_tag="latest" \
+        -var image_tag="${CI_COMMIT_REF_SLUG}" \
         -var station="${STATION}" \
         infra/jobs/station/${COMPONENT}.levant.nomad
diff --git a/README.md b/README.md
index 543027892ec55933b742740995add6000997e179..14972a0685098e3bdd032fb0e4a5dfe10a288e61 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,7 @@ Next change the version in the following places:
 
 # Release Notes
 
+* 0.24.6 Bugfix: deploy tagged version instead of latest
 * 0.24.5 Bugfix: install 'tango' in Jupyter Lab again
 * 0.24.4 Apply calibration values in reverse order if subband frequencies are decreasing
 * 0.24.3 Tune python logging format and parsing
diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION
index 7a8169a27efc1dfbf71e6234c934efd2dadf10e9..b9c51a1a9cfe8b920a2630b8dc6b311f02fc6a50 100644
--- a/tangostationcontrol/VERSION
+++ b/tangostationcontrol/VERSION
@@ -1 +1 @@
-0.24.5
+0.24.6