Compare commits
2 commits
5b287db675
...
07d7c4466c
| Author | SHA1 | Date | |
|---|---|---|---|
| 07d7c4466c | |||
| 7f3f302820 |
2 changed files with 28 additions and 0 deletions
15
.editorconfig
Normal file
15
.editorconfig
Normal 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
13
.woodpecker/build.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue