Compare commits
No commits in common. "07d7c4466c5d3e84023cb3fa781b30384fc4d04c" and "5b287db6753b419fe90e981880f990110c206a77" have entirely different histories.
07d7c4466c
...
5b287db675
2 changed files with 0 additions and 28 deletions
|
|
@ -1,15 +0,0 @@
|
|||
[*]
|
||||
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
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
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