Consolidate ED dockerbuild into CD nx workflow (#32923)

* Consolidate ED dockerbuild into CD nx workflow

* Touch Dockerfile to convince CI to be happy
This commit is contained in:
Michael Telatynski
2026-03-26 14:39:39 +01:00
committed by GitHub
parent 411eab9fd2
commit f573ba4084
6 changed files with 29 additions and 83 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
# https://github.com/matrix-org/seshat/issues/135
runs-on: ${{ inputs.runs-on || (inputs.arch == 'arm64' && 'ubuntu-22.04-arm' || 'ubuntu-22.04') }}
env:
HAK_DOCKER_IMAGE: ghcr.io/element-hq/element-desktop-dockerbuild
HAK_DOCKER_IMAGE: ghcr.io/element-hq/element-web/desktop-build-env
steps:
- name: Resolve docker image tag for push
if: github.event_name == 'push'