Update docker/login-action digest to 5e57cd1

This commit is contained in:
renovate[bot] 2025-09-29 10:48:58 +00:00 committed by GitHub
parent 0e22e7dd38
commit 64d8341deb
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@184bdaa0721073962dff0199f1fb9940f07167d1
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
if: github.event_name != 'pull_request'
with:
registry: ${{ env.REGISTRY }}