Merge pull request #151 from readur/renovate/docker-login-action-digest

chore(deps): update docker/login-action digest to 184bdaa
This commit is contained in:
Jon Fuller 2025-08-14 15:09:37 -07:00 committed by GitHub
commit b5915beb6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Login to GitHub Container Registry
if: ${{ steps.version.outputs.should_release == 'true' }}
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}