Merge pull request #567 from cbcoutinho/renovate/docker-login-action-3.x

chore(deps): update docker/login-action action to v3.7.0
This commit is contained in:
Chris Coutinho
2026-02-18 16:13:41 +01:00
committed by GitHub
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Log in to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with:
registry: ghcr.io
username: ${{ github.actor }}