mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-28 17:04:47 +00:00
Start pushing on non-pull request
This commit is contained in:
parent
12f4134f77
commit
71f3877933
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-new.yml
vendored
2
.github/workflows/docker-new.yml
vendored
|
|
@ -65,6 +65,6 @@ jobs:
|
|||
context: .
|
||||
file: ${{ env.DOCKERFILE }}
|
||||
platforms: ${{ env.DOCKER_PLATFORMS }}
|
||||
push: ${{ github.event_name == 'release' }}
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue