mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-24 06:54:47 +00:00
Disable Docker login for dependabot (#519)
See https://github.com/docker/login-action/issues/65
This commit is contained in:
parent
98535f7bd3
commit
21c92ef977
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue