Fix pnpm in docker images (#34215)

Also actually use the new docker image in the MQ
This commit is contained in:
Michael Telatynski
2026-07-10 08:20:47 +00:00
committed by GitHub
parent 2dee304cc0
commit 549dd1b7a8
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ jobs:
# This allows contributors to test changes to the dockerbuild image within a pull request
- name: Build docker image
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
if: steps.changed_files.outputs.any_modified == 'true'
if: steps.changed_files.outputs.any_modified == 'true' || github.event_name == 'merge_group'
with:
file: apps/desktop/dockerbuild/Dockerfile
context: apps/desktop