84919b65d6
* Update versions for GH Actions * Add build arg for Dockerfile * Add automated tags for container image * Add multi-arch image builds using QEMU and Buildx * Add checks to ensure PRs don't publish images * Auto-indent YAML * Change web interface version name * Revert back to `10.8.0` version name
5 lines
99 B
Docker
5 lines
99 B
Docker
ARG JELLYFIN_TAG=10.8.9
|
|
FROM jellyfin/jellyfin:${JELLYFIN_TAG}
|
|
|
|
COPY dist/ /jellyfin/jellyfin-web/
|