diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index a0a53e1..11ea079 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -28,6 +28,20 @@ jobs:
         tags: '11.4,11,latest'
         workdir: 11
         platform: linux/amd64,linux/arm64
+  mariadb-112:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v4
+      - uses: docker/setup-qemu-action@v3
+        with:
+          platforms: amd64,arm64
+      - uses: docker/setup-buildx-action@v3
+      - uses: ./.github/actions
+        with:
+          version: '11.2.5'
+          tags: '11.2'
+          workdir: 11
+          platform: linux/amd64,linux/arm64        
   mariadb-1011:
     runs-on: ubuntu-latest
     steps:
diff --git a/README.md b/README.md
index e508b4e..a190ba4 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ Overview:
 Supported tags and respective `Dockerfile` links:
 
 - `11.4`, `11`, `latest` [_(Dockerfile)_](https://github.com/wodby/mariadb/tree/master/11/Dockerfile)
+- `11.2` [_(Dockerfile)_](https://github.com/wodby/mariadb/tree/master/11/Dockerfile)
 - `10.11`, `10` [_(Dockerfile)_](https://github.com/wodby/mariadb/tree/master/10/Dockerfile)
 - `10.6` [_(Dockerfile)_](https://github.com/wodby/mariadb/tree/master/10/Dockerfile)
 - `10.5` [_(Dockerfile)_](https://github.com/wodby/mariadb/tree/master/10/Dockerfile)
@@ -30,7 +31,7 @@ All images built for `linux/amd64` and `linux/arm64`.
 
 ## Environment Variables
 
-| Variable                                 | 11.4                 | 10.11, 10.6, 10.5    |
+| Variable                                 | 11.4, 11.2           | 10.11, 10.6, 10.5    |
 |------------------------------------------|----------------------|----------------------|
 | [`MARIADB_PLUGIN_LOAD`]                  |                      |                      |
 | [`MARIADB_SSL_CERT`]                     |                      |                      |