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

This commit is contained in:
Renovate Bot 2022-05-05 18:14:44 +00:00
parent 225d307a24
commit dad2c1bc8e
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}