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

This commit is contained in:
Renovate Bot 2022-05-05 18:14:44 +00:00 committed by Oskar
parent c8cda28fba
commit 3cdcd88551
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,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 }}