Initial commit
All checks were successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
pips 2025-07-30 21:29:53 +02:00
commit dae896d659
4 changed files with 276 additions and 0 deletions

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