diff --git a/.editorconfig b/.editorconfig index 51723a2..c713fa0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,6 @@ indent_style = space indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true + +[*.yaml] +indent_size = 2 \ No newline at end of file diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml new file mode 100644 index 0000000..5ec7474 --- /dev/null +++ b/.woodpecker/build.yaml @@ -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