diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index c86ba1a..ac6b388 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -17,4 +17,4 @@ jobs: uses: actions/checkout@v4 - name: Build Jellyfin Docker Image - run: docker build --no-cache -t jellyfin-rc:latest . \ No newline at end of file + run: docker build --no-cache -t paper-elk.com/jellyfin-rc:latest . \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index f3a012d..cdf4122 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,4 +48,4 @@ RUN \ /var/tmp/* # add local files -COPY root/ / \ No newline at end of file +#COPY root/ / \ No newline at end of file