creds
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 1s
ZFS Backup / update-infrastructure (push) Successful in 48s
Libation / update-repo (push) Successful in 0s
Libation / sync-audiobooks (push) Successful in 5s
Manage Jellyfin Playlists / update-repo (push) Successful in 1s
Manage Jellyfin Playlists / run-python (push) Successful in 51s

This commit is contained in:
2026-02-07 15:26:55 -07:00
parent 41876c6347
commit 721ae13de2

View File

@@ -16,6 +16,7 @@ jobs:
JELLYFIN_PASSWORD: ${{ secrets.JELLYFIN_PASSWORD }} JELLYFIN_PASSWORD: ${{ secrets.JELLYFIN_PASSWORD }}
working-directory: /home/gitea-runner/infrastructure working-directory: /home/gitea-runner/infrastructure
run: | run: |
echo "$JELLYFIN_USER $JELLYFIN_PASSWORD" > /home/gitea-runner/jellyfin_credentials.txt
docker build -t jellyfin_management -f jellyfin/Dockerfile . docker build -t jellyfin_management -f jellyfin/Dockerfile .
docker run --rm \ docker run --rm \
-e JELLYFIN_USER=$JELLYFIN_USER \ -e JELLYFIN_USER=$JELLYFIN_USER \