feat(build): add woodpecker kaniko build plugin
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
pips 2025-03-17 22:09:58 +01:00
parent 7f3f302820
commit 07d7c4466c

13
.woodpecker/build.yaml Normal file
View file

@ -0,0 +1,13 @@
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