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 diff --git a/README.md b/README.md index e1f11c4..4cb5f49 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" }