diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad0a67b313c52c89617855caf603cd9a4112745b..b89d6e92f2daf3caf7c8ed706287a7bf80cf6e57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,7 @@ test-stable:
 .push:
   extends: .test
   before_script:
+    - *compute_version
     - cp $DOCKER_SECRET_CONFIG /kaniko/.docker/config.json
     - export DESTINATION="--destination ${DOCKER_HUB_REPO}:${DISCOURSE_VERSION}-${DATE} --destination ${DOCKER_HUB_REPO}:${DISCOURSE_VERSION} --destination ${DOCKER_HUB_REPO}:${DISCOURSE_MAJOR} --destination ${DOCKER_HUB_REPO}:${CHANNEL}"
   except: []