From c608670b5ad1fbe4d779b1ee807b333e450df28a Mon Sep 17 00:00:00 2001 From: vexorian Date: Mon, 27 Nov 2023 08:25:57 -0400 Subject: [PATCH 1/2] #427 Fix nvidia build not using the correct Dockerfile in github actions. --- .github/workflows/docker-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index ef1cd73..ed7ce69 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -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 From a01c8e4373a7f58ea9427ebeecdbe2102fd79048 Mon Sep 17 00:00:00 2001 From: vexorian Date: Mon, 27 Nov 2023 08:26:31 -0400 Subject: [PATCH 2/2] 1.5.2 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 096bc3c..80f936a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/constants.js b/src/constants.js index 711202a..6bdc93a 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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" }