From 70693cc693c92e7afbb9893c9844e8577075c20d Mon Sep 17 00:00:00 2001 From: pips Date: Mon, 24 Mar 2025 13:50:10 +0100 Subject: [PATCH] chore(ci): add irc notification --- .woodpecker/build.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 6f659e7..2ec5075 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -2,20 +2,20 @@ when: - event: [push, manual] steps: -- name: Build & publish container - image: woodpeckerci/plugin-kaniko - settings: - registry: ${CI_FORGE_URL##https://} - repo: ${CI_REPO_OWNER}/${CI_REPO_NAME} - username: - from_secret: forge-username - password: - from_secret: forge-token -- name: Irc notification - image: plugins/irc - settings: - channel: "#rosa-rubiginosa" - host: irc.chat.e5150.fr - port: 6697 - enable-tls: true - failure: ignore + - name: Build & publish container + image: woodpeckerci/plugin-kaniko + settings: + registry: ${CI_FORGE_URL##https://} + repo: ${CI_REPO_OWNER}/${CI_REPO_NAME} + username: + from_secret: forge-username + password: + from_secret: forge-token + - name: Irc notification + image: forge.e5150.fr/wpci-plugins/drone-irc + settings: + channel: "#rosa-rubiginosa" + host: irc.chat.e5150.fr + port: 6697 + enable-tls: true + failure: ignore