chore(deps): update docker/login-action action to v3

This commit is contained in:
renovate[bot] 2025-01-22 22:12:53 +00:00 committed by GitHub
parent 035fd39b37
commit 8721d1e80f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ jobs:
- name: Log in to Docker Hub - name: Log in to Docker Hub
if: ${{ github.event_name != 'pull_request' }} if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}