From b74e0e47d5ceef25899474988205966c5c7995d1 Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Wed, 12 Jun 2024 01:17:05 +0200 Subject: [PATCH] feat: CI --- .editorconfig | 3 +++ .woodpecker/build.yaml | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .woodpecker/build.yaml 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