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

This commit is contained in:
Renovate Bot 2022-05-05 17:49:05 +00:00
parent 49b5840dda
commit 6e29fa0ffc
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.REGISTRY_LOGIN }}
password: ${{ secrets.REGISTRY_PASSWORD }}