retry
parent
1fdf693f9f
commit
82cf2e8596
|
@ -1,5 +1,7 @@
|
||||||
clone:
|
clone:
|
||||||
git:
|
git:
|
||||||
|
image: plugins/git
|
||||||
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
sonar-tests:
|
sonar-tests:
|
||||||
|
@ -26,9 +28,9 @@ pipeline:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
when:
|
when:
|
||||||
branch: [main, test, dev, release/*]
|
branch: [main, test, dev, release/*]
|
||||||
path:
|
# path:
|
||||||
exclude: ["*.md", "docs/**"]
|
# exclude: ["*.md", "docs/**"]
|
||||||
ignore_message: "[FORCE CI]"
|
# ignore_message: "[FORCE CI]"
|
||||||
|
|
||||||
publish-docker-tag-image:
|
publish-docker-tag-image:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
@ -44,6 +46,6 @@ pipeline:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
when:
|
when:
|
||||||
tag: v*
|
tag: v*
|
||||||
path:
|
# path:
|
||||||
exclude: ["*.md", "docs/**"]
|
# exclude: ["*.md", "docs/**"]
|
||||||
ignore_message: "[FORCE CI]"
|
# ignore_message: "[FORCE CI]"
|
||||||
|
|
Loading…
Reference in New Issue