Merge pull request #2376 from element-hq/renovate/docker-login-action-digest

Update docker/login-action digest to 70fccc7
This commit is contained in:
fkwp
2024-05-15 15:39:15 +02:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ jobs:
path: dist path: dist
- name: Log in to container registry - name: Log in to container registry
uses: docker/login-action@7840e6ddd4a9223910798f6a315544257fccd96e uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}