Specify node version to avoid NAPI keytar bug (#2168)

This commit is contained in:
Michael Telatynski
2025-02-28 10:23:49 +00:00
committed by GitHub
parent a546b28c62
commit a46985d91e
10 changed files with 14 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Build test image
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
with:
context: dockerbuild
file: dockerbuild/Dockerfile
push: false
load: true
tags: element-desktop-dockerbuild
@@ -63,7 +63,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
with:
context: dockerbuild
file: dockerbuild/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}