Merge pull request #21 from TheLovinator1/renovate/docker-login-action-2.x

Update docker/login-action action to v2
This commit is contained in:
2022-05-05 21:12:18 +02:00
committed by GitHub

View File

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