Update docker-image.yml

This commit is contained in:
hexeth 2022-10-12 08:27:07 -07:00 committed by GitHub
parent 03694f8bc0
commit c02c3b81bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,3 +18,11 @@ jobs:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile
- uses: actions/upload-artifact@v3
name: Product artifact of libs
with:
name: dist-without-markdown
path: |
/usr/lib/plexmediaserver/lib/*
/usr/lib/plexmediaserver/lib/dri/*