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: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
build: build:

View File

@@ -9,11 +9,11 @@ on:
schedule: schedule:
- cron: '0 4 * * *' - cron: '0 4 * * *'
push: push:
branches: [ "master" ] branches: [ "main" ]
# Publish semver tags as releases. # Publish semver tags as releases.
tags: [ 'v*.*.*' ] tags: [ 'v*.*.*' ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "main" ]
env: env:
# Use docker.io for Docker Hub if empty # 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/ 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: Also make sure you pass your amd device like so:
```yml ```yml
@@ -16,7 +16,7 @@ version: "3.7"
services: services:
plex: plex:
image: ghcr.io/skjnldsv/docker-plex:master image: ghcr.io/skjnldsv/docker-plex:nightly
restart: unless-stopped restart: unless-stopped
container_name: plex container_name: plex