mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-13 16:23:12 +00:00
Skip Docker push for dependabot PRs
This commit is contained in:
parent
21c92ef977
commit
6887543105
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -65,6 +65,6 @@ jobs:
|
|||
context: .
|
||||
file: ${{ env.DOCKERFILE }}
|
||||
platforms: ${{ env.DOCKER_PLATFORMS }}
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
push: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue