Disable Docker login for dependabot (#519)

See https://github.com/docker/login-action/issues/65
This commit is contained in:
Matthias 2022-02-18 16:08:48 +01:00 committed by GitHub
parent 98535f7bd3
commit 21c92ef977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
if: ${{ github.repository_owner == 'lycheeverse' && github.event_name != 'pull_request' }}
if: ${{ github.repository_owner == 'lycheeverse' && github.actor != 'dependabot[bot]' }}
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}