Merge pull request #3 from hexeth/develop

Develop
This commit is contained in:
hexeth 2022-10-07 19:54:04 -07:00 committed by GitHub
commit 0e7e4cd0f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 9 deletions

View file

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

View file

@ -6,14 +6,15 @@ name: Publish Docker Image
# documentation.
on:
schedule:
- cron: '0 4 * * *'
push:
branches: [ master ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
branches:
- master
- develop
pull_request:
branches: [ master ]
branches:
- master
- develop
env:
# Use docker.io for Docker Hub if empty

View file

@ -62,7 +62,7 @@ RUN apk add xf86-video-amdgpu linux-firmware-amdgpu --no-cache --update-cache \
&& cp -a /lib/libz*.so* "$OUTPUT/usr/lib"
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FROM ghcr.io/linuxserver/plex:1.28.2
FROM ghcr.io/linuxserver/plex:1.29.0
ARG OUTPUT
# Install AMD drivers for HW decoding