Bump docker/login-action from 2 to 3 (#6368)

This commit is contained in:
dependabot[bot] 2025-09-03 18:50:33 -04:00 committed by GitHub
parent 2a09114dc7
commit 1158842b7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
buildkitd-flags: --debug
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}