diff --git a/.github/workflows/dockerhub.yaml b/.github/workflows/dockerhub.yaml
index 2fdc66fb33..cdd50e0bcc 100644
--- a/.github/workflows/dockerhub.yaml
+++ b/.github/workflows/dockerhub.yaml
@@ -15,15 +15,6 @@ jobs:
         name: Docker Buildx
         runs-on: ubuntu-24.04
         environment: dockerhub
-        strategy:
-            fail-fast: false
-            matrix:
-                include:
-                    - variant: vanilla
-                    # Variant we ship to aid ESS in providing a build on the OpenCoDE platform including specific modules
-                    - variant: opendesk
-                      flavor: suffix=-opendesk,onlatest=true
-                      prepare: mv variants/openDesk/* .
         steps:
             - uses: actions/checkout@v4
               with:
@@ -32,10 +23,6 @@ jobs:
             - name: Install Cosign
               uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3
 
-            - name: Prepare
-              if: matrix.prepare
-              run: ${{ matrix.prepare }}
-
             - name: Set up QEMU
               uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
 
@@ -61,7 +48,6 @@ jobs:
                       type=ref,event=tag
                   flavor: |
                       latest=${{ contains(github.ref_name, '-rc.') && 'false' || 'auto' }}
-                      ${{ matrix.flavor }}
 
             - name: Build and push
               id: build-and-push
@@ -85,7 +71,6 @@ jobs:
                   cosign sign --yes ${images}
 
             - name: Update repo description
-              if: matrix.variant == 'vanilla'
               uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4
               continue-on-error: true
               with:
diff --git a/variants/openDesk/README.md b/variants/openDesk/README.md
deleted file mode 100644
index f2aaf121c4..0000000000
--- a/variants/openDesk/README.md
+++ /dev/null
@@ -1 +0,0 @@
-https://gitlab.opencode.de/bmi/souveraener_arbeitsplatz
diff --git a/variants/openDesk/build_config.yaml b/variants/openDesk/build_config.yaml
deleted file mode 100644
index 558e0878f0..0000000000
--- a/variants/openDesk/build_config.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
-# SPDX-License-Identifier: Apache-2.0
----
-# The modules to install. See ./docs/modules.md for more information on
-# what modules are.
-#
-# The values of this are provided to `yarn add` for inclusion.
-modules:
-    - "@nordeck/element-web-guest-module@1.0.0"
-    - "@nordeck/element-web-opendesk-module@0.4.0"
-    - "@nordeck/element-web-widget-lifecycle-module@1.0.1"
-    - "@nordeck/element-web-widget-toggles-module@0.1.0"
diff --git a/variants/openDesk/customisations.json b/variants/openDesk/customisations.json
deleted file mode 100644
index a10751dacd..0000000000
--- a/variants/openDesk/customisations.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-    "src/customisations/ComponentVisibility.ts": "node_modules/@nordeck/element-web-guest-module/customisations/ComponentVisibility.ts"
-}
diff --git a/variants/openDesk/customisations.json.license b/variants/openDesk/customisations.json.license
deleted file mode 100644
index 23975ea6bd..0000000000
--- a/variants/openDesk/customisations.json.license
+++ /dev/null
@@ -1,2 +0,0 @@
-# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
-# SPDX-License-Identifier: Apache-2.0