Skip to content

Commit 069d455

Browse files
build on PR
1 parent 78f478b commit 069d455

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/[email protected]
2727

2828
- name: Log into registry ${{ env.REGISTRY }}
29-
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
29+
# if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') || github.event_name == 'pull_request'}}
3030
uses: docker/[email protected]
3131
with:
3232
registry: ${{ env.REGISTRY }}
@@ -43,5 +43,5 @@ jobs:
4343
uses: docker/[email protected]
4444
with:
4545
context: .
46-
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
46+
# push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
4747
tags: ${{ steps.meta.outputs.tags }}

changelog.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ Modify UUID filter to accept comma for multiple
4040
* fix cache on resume
4141
* various speedups
4242
* remove listen port config
43-
* improve search by using tmdb
44-
* add author name to mqtt topic and logs
43+
* improve search by filtering tmdb
44+
* add author name to mqtt topic and logs
45+
* add option to skip TMDB for jellyfin, seems to be necessary because their metadata is super unreliable
46+
* Implement start/stop support for jellyfin

0 commit comments

Comments
 (0)