Compare commits

..

2 commits

Author SHA1 Message Date
07d7c4466c feat(build): add woodpecker kaniko build plugin
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2025-03-17 22:09:58 +01:00
7f3f302820 chore(lint): add editorconfig file 2025-03-17 22:09:25 +01:00
2 changed files with 28 additions and 0 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.{yml,yaml}]
indent_size = 2
[COMMIT_EDITMSG]
indent_size = 4
indent_style = space
max_line_length = 80

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