Merge pull request #57 from Kichiyaki/renovate/docker-login-action-2.x

chore(deps): update docker/login-action action to v2
This commit is contained in:
Dawid Wysokiński 2022-05-18 06:18:32 +02:00 committed by GitHub
commit bb29958798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 }}