Merge branch 'main' into dependabot/github_actions/docker/build-push-action-3

This commit is contained in:
nitnelave 2022-05-07 14:41:00 +02:00 committed by GitHub
commit e8548dc6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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