feat: CI
This commit is contained in:
parent
e71fd62bf3
commit
b74e0e47d5
2 changed files with 16 additions and 0 deletions
|
@ -5,3 +5,6 @@ indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.yaml]
|
||||||
|
indent_size = 2
|
13
.woodpecker/build.yaml
Normal file
13
.woodpecker/build.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
platforms: linux/amd64
|
||||||
|
repo: stawros/allure
|
||||||
|
registry: hattori.ztsh.eu
|
||||||
|
tags: ${CI_COMMIT_TAG}
|
||||||
|
username: stawros
|
||||||
|
password:
|
||||||
|
from_secret: hattori_pat
|
||||||
|
when:
|
||||||
|
- event: tag
|
Loading…
Add table
Add a link
Reference in a new issue