diff --git a/.woodpecker/publish_release.yml b/.woodpecker/publish_release.yml index 0543678..3b7336f 100644 --- a/.woodpecker/publish_release.yml +++ b/.woodpecker/publish_release.yml @@ -56,7 +56,7 @@ pipeline: when: #branch: master event: tag - image: plugins/github-release + image: woodpeckerci/plugin-github-release pull: true settings: api_key: diff --git a/docker/Dockerfile.amd64 b/docker/Dockerfile.amd64 index a474103..c8ff440 100644 --- a/docker/Dockerfile.amd64 +++ b/docker/Dockerfile.amd64 @@ -30,7 +30,7 @@ RUN \ # install app RUN git -C /app/ clone --depth 1 --branch ${MDLP_VERSION} \ - https://github.com/olofvndrhr/manga-dlp.git /app && \ + https://git.44net.ch/olofvndrhr/manga-dlp.git /app && \ pip install -r /app/requirements.txt && \ rm -rf \ /app/docker \ diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index a474103..c8ff440 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -30,7 +30,7 @@ RUN \ # install app RUN git -C /app/ clone --depth 1 --branch ${MDLP_VERSION} \ - https://github.com/olofvndrhr/manga-dlp.git /app && \ + https://git.44net.ch/olofvndrhr/manga-dlp.git /app && \ pip install -r /app/requirements.txt && \ rm -rf \ /app/docker \