removed when branch as it's not supporting arrays as documented
parent
50372446c7
commit
02cc71ddd1
|
@ -8,8 +8,9 @@ pipeline:
|
|||
sonar_key: ${CI_REPO_OWNER}:${CI_REPO_NAME}
|
||||
sonar_quality_enabled: true
|
||||
branchanalysis: auto
|
||||
|
||||
publish-docker-image:
|
||||
|
||||
publish-docker-branch-image:
|
||||
group: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: git.kle.li/${CI_REPO}
|
||||
|
@ -22,12 +23,12 @@ pipeline:
|
|||
password:
|
||||
from_secret: gitea_token
|
||||
when:
|
||||
branch: [main, test, dev, release/*]
|
||||
path:
|
||||
exclude: ["*.md", "docs/**"]
|
||||
ignore_message: "[FORCE CI]"
|
||||
|
||||
publish-docker-tag-image:
|
||||
group: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: git.kle.li/${CI_REPO}
|
||||
|
@ -40,7 +41,7 @@ pipeline:
|
|||
password:
|
||||
from_secret: gitea_token
|
||||
when:
|
||||
tag: v*
|
||||
event: tag
|
||||
path:
|
||||
exclude: ["*.md", "docs/**"]
|
||||
ignore_message: "[FORCE CI]"
|
||||
|
|
Loading…
Reference in New Issue