Update docker/login-action action to v2

This commit is contained in:
Renovate Bot 2022-05-05 19:45:17 +00:00 committed by Oskar
parent ca180a8b69
commit 667d98725e
1 changed files with 1 additions and 1 deletions

View File

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