From 02cc71ddd1b5bde5b305b213a503b33f81b09e2d Mon Sep 17 00:00:00 2001 From: Michael Amann Date: Mon, 31 Oct 2022 19:17:51 +0100 Subject: [PATCH] removed when branch as it's not supporting arrays as documented --- .woodpecker/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 4635295..3e27149 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -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]"