fix ci config for tags
Some checks failed
ci/woodpecker/push/tests Pipeline was successful
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 12:29:53 +02:00
parent eb564e2b47
commit b9c9899b9a
2 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ depends_on:
clone:
git:
when:
branch: master
#branch: master
event: tag
image: woodpeckerci/plugin-git
@ -19,7 +19,7 @@ pipeline:
# build and publish docker image for amd64 - x86
build-amd64:
when:
branch: master
#branch: master
event: tag
image: woodpeckerci/plugin-docker-buildx
pull: true
@ -38,7 +38,7 @@ pipeline:
# build and publish docker image for arm64
build-arm64:
when:
branch: master
#branch: master
event: tag
image: woodpeckerci/plugin-docker-buildx
pull: true
@ -57,7 +57,7 @@ pipeline:
# publish docker manifest for automatic multi arch pulls
publish-manifest:
when:
branch: master
#branch: master
event: tag
image: plugins/manifest
pull: true

View file

@ -10,7 +10,7 @@ depends_on:
clone:
git:
when:
branch: master
#branch: master
event: tag
image: woodpeckerci/plugin-git
@ -29,7 +29,7 @@ pipeline:
# create release-notes
create-release-notes:
when:
branch: master
#branch: master
event: tag
image: 'cr.44net.ch/baseimages/debian-base'
pull: true
@ -39,7 +39,7 @@ pipeline:
# publish release on gitea (git.44net.ch/olofvndrhr/manga-dlp)
publish-release-gitea:
when:
branch: master
#branch: master
event: tag
image: plugins/gitea-release
pull: true