diff --git a/.editorconfig b/.editorconfig index 46daf4a..0aca624 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ trim_trailing_whitespace = true [*.py] indent_size = 2 + +[*.yaml] +indent_size = 2 diff --git a/.woodpecker/dev.yaml b/.woodpecker/dev.yaml index 3dd84c4..8f9d0d6 100644 --- a/.woodpecker/dev.yaml +++ b/.woodpecker/dev.yaml @@ -1,14 +1,14 @@ steps: - - name: build - image: woodpeckerci/plugin-docker-buildx:5.2.2 - settings: - platforms: linux/amd64 - repo: git.ztsh.eu/iac/karl - registry: git.ztsh.eu - tags: dev-${CI_PIPELINE_NUMBER} - username: stawros - password: - from_secret: git_pat - when: - - event: pull_request - evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "ci-ready"' + - name: build + image: woodpeckerci/plugin-docker-buildx:5.2.2 + settings: + platforms: linux/amd64 + repo: git.ztsh.eu/iac/karl + registry: git.ztsh.eu + tags: dev-${CI_PIPELINE_NUMBER} + username: stawros + password: + from_secret: hattori_git_pat + when: + - event: pull_request + evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "ci-ready"' diff --git a/.woodpecker/latest.yaml b/.woodpecker/latest.yaml index c6d0791..10b9e1b 100644 --- a/.woodpecker/latest.yaml +++ b/.woodpecker/latest.yaml @@ -8,7 +8,7 @@ steps: tags: latest username: stawros password: - from_secret: git_pat + from_secret: hattori_git_pat when: - - event: [tag, push, manual] + - event: [ tag, push, manual ] branch: master