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

Update docker/login-action digest to db77945
This commit is contained in:
fkwp
2024-05-27 15:01:38 +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@70fccc794acd729b2b22dd6a326895f286447728 uses: docker/login-action@db779458846adfddbc884a8e8b86376e277d24b2
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}