Merge pull request #4 from revi/dependabot/github_actions/master/docker/login-action-70fccc794acd729b2b22dd6a326895f286447728

This commit is contained in:
dependabot[bot] 2024-05-23 14:46:09 +00:00 committed by GitHub
commit 2a04b984dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
- name: "Checkout the repository"
uses: actions/checkout@v4
- name: "Log in to the Container registry"
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}