caddy-docker-proxy-l4/.woodpecker/build.yaml
pips a061d51b6a
Some checks failed
ci/woodpecker/push/build Pipeline failed
chore(build): do not use secret for username
2025-08-23 16:51:47 +02:00

23 lines
574 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: pips
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