2025-03-17 22:09:58 +01:00
|
|
|
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
|
2025-03-17 22:40:03 +01:00
|
|
|
- name: Irc notification
|
|
|
|
|
image: plugins/irc
|
|
|
|
|
settings:
|
|
|
|
|
channel: "#rosa-rubiginosa"
|
|
|
|
|
host: irc.chat.e5150.fr
|
|
|
|
|
port: 6697
|
|
|
|
|
enable-tls: true
|