Merge pull request #172 from cbcoutinho/renovate/docker-login-action-digest

chore(deps): update docker/login-action digest to 5e57cd1
This commit is contained in:
Chris Coutinho
2025-09-29 18:22:17 +02:00
committed by GitHub
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Log in to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
with:
registry: ghcr.io
username: ${{ github.actor }}