From 4a9e61ff74f7de452c621671f9124cd785a0a0db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 13 Feb 2025 10:40:52 +0100 Subject: [PATCH 1/3] chore: renamed master branch to main --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7ecbad4..f875c0d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -9,11 +9,11 @@ on: schedule: - cron: '0 4 * * *' push: - branches: [ "master" ] + branches: [ "main" ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] pull_request: - branches: [ "master" ] + branches: [ "main" ] env: # Use docker.io for Docker Hub if empty From 79589e503ba6e7c4d275b5cf038f67d696913477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 13 Feb 2025 10:41:33 +0100 Subject: [PATCH 2/3] chore: renamed master branch to main --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8373fac..6f98ba0 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,9 @@ name: Docker on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: From a35f19a01813b8632d05dafcd0640996161bc750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 13 Feb 2025 10:42:06 +0100 Subject: [PATCH 3/3] chore: renamed master branch to main --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df596d0..6ea6ebf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Easy as it sounds, just see the linuxserver docs: https://docs.linuxserver.io/images/docker-plex/ -Use the image `ghcr.io/skjnldsv/docker-plex:master`. +Use the image `ghcr.io/skjnldsv/docker-plex:nightly`. Also make sure you pass your amd device like so: ```yml @@ -16,7 +16,7 @@ version: "3.7" services: plex: - image: ghcr.io/skjnldsv/docker-plex:master + image: ghcr.io/skjnldsv/docker-plex:nightly restart: unless-stopped container_name: plex