Merge pull request #62 from skjnldsv/skjnldsv-patch-1

This commit is contained in:
John Molakvoæ
2025-02-13 10:45:13 +01:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@ name: Docker
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:

View File

@@ -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

View File

@@ -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