From aeeeffe5e9d5a62ab3eaae84e45d47e183d850f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Mare=C5=A1?= Date: Mon, 8 Sep 2025 14:00:39 +0200 Subject: [PATCH] style(release.yaml): apply .editorconfig formatting (yaml indent size) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vojtěch Mareš --- .woodpecker/release.yaml | 70 ++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/.woodpecker/release.yaml b/.woodpecker/release.yaml index 6519079..7666b88 100644 --- a/.woodpecker/release.yaml +++ b/.woodpecker/release.yaml @@ -2,43 +2,43 @@ # - test when: - # - event: [tag] - - event: push - branch: ${CI_DEFAULT_BRANCH} + # - event: [tag] + - event: push + branch: ${CI_DEFAULT_BRANCH} variables: - - &buildx-plugin "woodpeckerci/plugin-docker-buildx:6.0.2" - - &repo "registry.mareshq.com/woodpecker-plugins/wrangler-deploy" - - &platforms "linux/arm64/v8,linux/amd64" + - &buildx-plugin "woodpeckerci/plugin-docker-buildx:6.0.2" + - &repo "registry.mareshq.com/woodpecker-plugins/wrangler-deploy" + - &platforms "linux/arm64/v8,linux/amd64" steps: - publish-next: - image: *buildx-plugin - settings: - repo: *repo - platforms: *platforms - tag: next - logins: - - registry: https://registry.mareshq.com - username: - from_secret: registry_username - password: - from_secret: registry_password - when: - branch: main - event: push + publish-next: + image: *buildx-plugin + settings: + repo: *repo + platforms: *platforms + tag: next + logins: + - registry: https://registry.mareshq.com + username: + from_secret: registry_username + password: + from_secret: registry_password + when: + branch: main + event: push - publish-tag: - image: *buildx-plugin - settings: - repo: *repo - platforms: *platforms - tag: [latest, "${CI_COMMIT_TAG}"] - logins: - - registry: https://registry.mareshq.com - username: - from_secret: registry_username - password: - from_secret: registry_password - when: - event: tag + publish-tag: + image: *buildx-plugin + settings: + repo: *repo + platforms: *platforms + tag: [latest, "${CI_COMMIT_TAG}"] + logins: + - registry: https://registry.mareshq.com + username: + from_secret: registry_username + password: + from_secret: registry_password + when: + event: tag