caddy-docker-proxy-l4/.woodpecker/build.yaml
pips c2d6b285e7
Some checks failed
ci/woodpecker/push/build Pipeline failed
chore(build): avoid building on other than main branches
2025-08-23 15:27:06 +02:00

24 lines
605 B
YAML

when:
- event: [push, manual]
branch: main
steps:
- name: Build & publish container
image: woodpeckerci/plugin-kaniko
settings:
registry: ${CI_FORGE_URL##https://}
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
auto-tag: true
username:
from_secret: forge-username
password:
from_secret: forge-token
build-args: --reproducible
- 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