switch to woodpecker github release plugin and [CI SKIP]
Some checks failed
ci/woodpecker/tag/tests Pipeline was successful
ci/woodpecker/tag/publish_release Pipeline was successful
ci/woodpecker/tag/publish_docker Pipeline failed

This commit is contained in:
Ivan Schaller 2022-05-13 13:35:25 +02:00
parent 4d9e890f9e
commit 9bde07e5dc
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ pipeline:
when:
#branch: master
event: tag
image: plugins/github-release
image: woodpeckerci/plugin-github-release
pull: true
settings:
api_key:

View file

@ -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 \

View file

@ -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 \