From 25783a1953672f9f66a6a5fa8035023976173fa3 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Thu, 16 Jun 2022 19:09:44 -0500 Subject: [PATCH] Fix casing --- .github/workflows/container.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index f044e7d..c63218d 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -4,7 +4,7 @@ on: release: types: [published] workflow_dispatch: - + env: REGISTRY: ghcr.io IMAGE_NAME: jellyfin-intro-skipper @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: [14.x] - + steps: - uses: actions/checkout@v3 @@ -24,7 +24,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - + - name: Get npm cache directory id: npm-cache-dir run: | @@ -38,14 +38,14 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - + - name: Checkout modified web interface uses: actions/checkout@v3 with: repository: ConfusedPolarBear/jellyfin-web ref: intros path: web - + - name: Store commit of web interface id: web-commit run: | @@ -79,4 +79,4 @@ jobs: file: docker/Dockerfile context: docker/ push: true - tags: ConfusedPolarBear/jellyfin-intro-skipper:${{ steps.web-commit.outputs.commit }} + tags: confusedpolarbear/jellyfin-intro-skipper:${{ steps.web-commit.outputs.commit }}