chore(ci): add irc notification
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
pips 2025-03-24 13:50:10 +01:00
parent 522c0a009f
commit 70693cc693

View file

@ -2,20 +2,20 @@ when:
- event: [push, manual] - event: [push, manual]
steps: steps:
- name: Build & publish container - name: Build & publish container
image: woodpeckerci/plugin-kaniko image: woodpeckerci/plugin-kaniko
settings: settings:
registry: ${CI_FORGE_URL##https://} registry: ${CI_FORGE_URL##https://}
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME} repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
username: username:
from_secret: forge-username from_secret: forge-username
password: password:
from_secret: forge-token from_secret: forge-token
- name: Irc notification - name: Irc notification
image: plugins/irc image: forge.e5150.fr/wpci-plugins/drone-irc
settings: settings:
channel: "#rosa-rubiginosa" channel: "#rosa-rubiginosa"
host: irc.chat.e5150.fr host: irc.chat.e5150.fr
port: 6697 port: 6697
enable-tls: true enable-tls: true
failure: ignore failure: ignore