Bump jellyfin-web
Artifact version name to 10.8.9 (#138)
This commit is contained in:
parent
84919b65d6
commit
1d6ff8ce90
14
.github/workflows/container.yml
vendored
14
.github/workflows/container.yml
vendored
@ -19,7 +19,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18.x]
|
node-version: [18.x]
|
||||||
jellyfin-version: [10.8.9]
|
jellyfin-container-version: [10.8.9]
|
||||||
|
jellyfin-web-version: [10.8.9]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -33,7 +34,6 @@ jobs:
|
|||||||
id: npm-cache-dir
|
id: npm-cache-dir
|
||||||
run: |
|
run: |
|
||||||
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
|
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Configure npm cache
|
- name: Configure npm cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
id: npm-cache
|
id: npm-cache
|
||||||
@ -42,7 +42,6 @@ jobs:
|
|||||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-node-
|
${{ runner.os }}-node-
|
||||||
|
|
||||||
- name: Checkout modified web interface
|
- name: Checkout modified web interface
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -55,18 +54,16 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
echo "commit=$(git log -1 --format='%H' | cut -c -10)" >> $GITHUB_OUTPUT
|
echo "commit=$(git log -1 --format='%H' | cut -c -10)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Build and copy web interface
|
- name: Build and copy web interface
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
npm install
|
npm install
|
||||||
cp -r dist ../docker/
|
cp -r dist ../docker/
|
||||||
tar czf dist.tar.gz dist
|
tar czf dist.tar.gz dist
|
||||||
|
|
||||||
- name: Upload web interface
|
- name: Upload web interface
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: jellyfin-web-10.8.0+${{ steps.web-commit.outputs.commit }}.tar.gz
|
name: jellyfin-web-${{ matrix.jellyfin-web-version }}+${{ steps.web-commit.outputs.commit }}.tar.gz
|
||||||
path: web/dist.tar.gz
|
path: web/dist.tar.gz
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
@ -96,8 +93,7 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
type-raw,value=${{ steps.web-commit.outputs.commit }}
|
type-raw,value=${{ steps.web-commit.outputs.commit }}
|
||||||
type=raw,value=latest,enable={{is_default_branch}}
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
type=semver,pattern={{version}},value=${{ matrix.jellyfin-version }}
|
type=semver,pattern={{version}},value=${{ matrix.jellyfin-container-version }}
|
||||||
|
|
||||||
# Build and push Docker image with Buildx
|
# Build and push Docker image with Buildx
|
||||||
# https://github.com/docker/build-push-action
|
# https://github.com/docker/build-push-action
|
||||||
- name: Publish container image
|
- name: Publish container image
|
||||||
@ -109,7 +105,7 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
JELLYFIN_TAG=${{ matrix.jellyfin-version }}
|
JELLYFIN_TAG=${{ matrix.jellyfin-container-version }}
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm/v7
|
linux/arm/v7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user