This commit is contained in:
Piotr Dec 2024-06-12 01:17:05 +02:00
parent e71fd62bf3
commit b74e0e47d5
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 16 additions and 0 deletions

View file

@ -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
View 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