Merge branch 'dev/1.5.x'

This commit is contained in:
vexorian 2023-11-27 08:27:50 -04:00
commit bc7b70ef12
3 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@ jobs:
with:
context: .
push: true
file: ${{ matrix.Dockerfile }}
tags: vexorian/dizquetv:${{ inputs.tag }}${{ matrix.suffix }}
cache-from: type=gha
cache-to: type=gha,mode=max

View File

@ -1,4 +1,4 @@
# dizqueTV 1.5.1
# dizqueTV 1.5.2
![Discord](https://img.shields.io/discord/711313431457693727?logo=discord&logoColor=fff&style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/vexorian/dizquetv?logo=github&style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/vexorian/dizquetv?logo=docker&logoColor=fff&style=flat-square)
Create live TV channel streams from media on your Plex servers.

View File

@ -35,5 +35,5 @@ module.exports = {
// staying active, it checks every 5 seconds
PLAYED_MONITOR_CHECK_FREQUENCY: 5*1000,
VERSION_NAME: "1.5.1"
VERSION_NAME: "1.5.2"
}