Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2026-03-24 14:58:59 +00:00
parent 8d4921d74d
commit 7f8abddbaf
7 changed files with 19 additions and 18 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
- name: Build test image
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
with:
file: dockerbuild/Dockerfile
file: apps/desktop/dockerbuild/Dockerfile
push: false
load: true
tags: element-desktop-dockerbuild
@@ -65,7 +65,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
with:
file: dockerbuild/Dockerfile
file: apps/desktop/dockerbuild/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}