diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 902288e..673e01c 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -9,3 +9,5 @@ steps: username: stawros password: from_secret: hattori_pat + when: + - event: [tag, push, manual] diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index 5ec7474..4df7101 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -3,7 +3,7 @@ steps: image: woodpeckerci/plugin-docker-buildx settings: platforms: linux/amd64 - repo: stawros/allure + repo: hattori.ztsh.eu/stawros/allure registry: hattori.ztsh.eu tags: ${CI_COMMIT_TAG} username: stawros