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

View file

@ -6,14 +6,15 @@ name: Publish Docker Image
# documentation. # documentation.
on: on:
schedule:
- cron: '0 4 * * *'
push: push:
branches: [ master ] branches:
# Publish semver tags as releases. - master
tags: [ 'v*.*.*' ] - develop
pull_request: pull_request:
branches: [ master ] branches:
- master
- develop
env: env:
# Use docker.io for Docker Hub if empty # 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" && 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 ARG OUTPUT
# Install AMD drivers for HW decoding # Install AMD drivers for HW decoding