caddy-docker-proxy-l4/.woodpecker/build.yaml

24 lines
586 B
YAML
Raw Normal View History

when:
- event: [push, manual]
steps:
2025-03-24 13:50:10 +01:00
- name: Build & publish container
image: woodpeckerci/plugin-kaniko
settings:
registry: ${CI_FORGE_URL##https://}
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
2025-03-26 12:36:08 +01:00
auto-tag: true
2025-03-24 13:50:10 +01:00
username:
from_secret: forge-username
password:
from_secret: forge-token
build-args: --reproducible
2025-03-24 13:50:10 +01:00
- 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