Skip to content

Commit d638d5d

Browse files
authored
Remove openDesk variant (#28237)
* Remove opendesk variant This method of shipping the openDesk variant is no longer required. A separate pipeline now publishes to https://gitlab.opencode.de/bmi/opendesk/components/supplier/Element/images/container_registry/1216. * Remove additional vanilla switch
1 parent 90e8c13 commit d638d5d

5 files changed

Lines changed: 0 additions & 33 deletions

File tree

.github/workflows/dockerhub.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ jobs:
1515
name: Docker Buildx
1616
runs-on: ubuntu-24.04
1717
environment: dockerhub
18-
strategy:
19-
fail-fast: false
20-
matrix:
21-
include:
22-
- variant: vanilla
23-
# Variant we ship to aid ESS in providing a build on the OpenCoDE platform including specific modules
24-
- variant: opendesk
25-
flavor: suffix=-opendesk,onlatest=true
26-
prepare: mv variants/openDesk/* .
2718
steps:
2819
- uses: actions/checkout@v4
2920
with:
@@ -32,10 +23,6 @@ jobs:
3223
- name: Install Cosign
3324
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3
3425

35-
- name: Prepare
36-
if: matrix.prepare
37-
run: ${{ matrix.prepare }}
38-
3926
- name: Set up QEMU
4027
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
4128

@@ -61,7 +48,6 @@ jobs:
6148
type=ref,event=tag
6249
flavor: |
6350
latest=${{ contains(github.ref_name, '-rc.') && 'false' || 'auto' }}
64-
${{ matrix.flavor }}
6551
6652
- name: Build and push
6753
id: build-and-push
@@ -85,7 +71,6 @@ jobs:
8571
cosign sign --yes ${images}
8672
8773
- name: Update repo description
88-
if: matrix.variant == 'vanilla'
8974
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4
9075
continue-on-error: true
9176
with:

variants/openDesk/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

variants/openDesk/build_config.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

variants/openDesk/customisations.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

variants/openDesk/customisations.json.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)