Update docker/login-action digest to 3227f53

This commit is contained in:
renovate[bot] 2026-02-03 15:16:39 +00:00 committed by GitHub
parent d4fc645262
commit 717b7ca725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ jobs:
run: docker run -v $PWD:/project element-desktop-dockerbuild yarn install
- name: Log in to the Container registry
uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f
uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
if: github.event_name != 'pull_request'
with:
registry: ${{ env.REGISTRY }}