diff --git a/.docs/docker/_header.md b/.docs/docker/_header.md
index 456fb2c206c4e2a2eb8615c1b9c1268bd978fd1c..081bf9697cbe996cb43d86787fc36319c617be1e 100644
--- a/.docs/docker/_header.md
+++ b/.docs/docker/_header.md
@@ -2,21 +2,20 @@
 
 * **Maintained by**:
 
-  [the DBRepo Maintainers](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/graphs/dev)
+  [the DBRepo Maintainers](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/graphs/master)
 
 * **Where to get help**:
 
-  [the official documentation](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/latest/),
+  [the official documentation](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/),
 
 # Supported tags
 
-* [`1.3`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/master/dbrepo-DIR/Dockerfile/)
-* [`latest`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/dev/dbrepo-DIR/Dockerfile/)
+* [`1.4.x`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-__APP_VERSION__/dbrepo-DIR/Dockerfile/)
+* [`latest`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-latest/dbrepo-DIR/Dockerfile/)
 
 # Non-supported tags
 
-* `1.2`
-* `1.1`
+* [`1.3.0`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.3.0/dbrepo-DIR/Dockerfile/)
 
 # Quick reference (cont.)
 
@@ -30,8 +29,8 @@
 
 * **Source of this description:**
 
-  [docs repo's `.docs/docker` directory](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tree/dev/.docs/docker)
-  ([history](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/dev/.docs/docker))
+  [docs repo's `.docs/docker` directory](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tree/release-__APP_VERSION__/.docs/docker)
+  ([history](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/release-__APP_VERSION__/.docs/docker))
 
 # What is DBRepo?
 
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a87da0aa786a517e8d294144eef7e7ced6f179c..a70525dba899db78edf7abb891b17b27eca02b8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -508,7 +508,9 @@ docs-registry:
     refs:
       - /^release-.*/
   script:
+    - apk add sed
     - pip install -r ./requirements.txt
+    - find ./docs -type f -exec sed -i -e "s/__APP_VERSION__/${APP_VERSION}/g" {} \;
     - python3 .docs/docker/release.py
 
 release-images: