Compare commits

...
3 Commits
Author SHA1 Message Date
menekis 3fa10b58fc Merge pull request 'Fix/ dockerfile maker' (#1) from fix/Dockerfile_maker into main
Docker Build / build (push) Successful in 1m19s
Reviewed-on: #1
2026-07-20 14:15:30 -04:00
thierry 9dd31e278d changing the image path 2026-07-20 14:14:18 -04:00
thierry 6e321c631a disabling local copy 2026-07-20 14:12:36 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build Jellyfin Docker Image - name: Build Jellyfin Docker Image
run: docker build --no-cache -t jellyfin-rc:latest . run: docker build --no-cache -t paper-elk.com/jellyfin-rc:latest .
+1 -1
View File
@@ -48,4 +48,4 @@ RUN \
/var/tmp/* /var/tmp/*
# add local files # add local files
COPY root/ / #COPY root/ /