Skip to content

Commit

Permalink
Remove opendesk variant
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
langleyd committed Oct 18, 2024
1 parent 06d1239 commit 29b6391
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 32 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion variants/openDesk/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions variants/openDesk/build_config.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions variants/openDesk/customisations.json

This file was deleted.

2 changes: 0 additions & 2 deletions variants/openDesk/customisations.json.license

This file was deleted.

0 comments on commit 29b6391

Please sign in to comment.