From 6f38017a82470a5b9127d773cccb8c9b51a02977 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 31 Oct 2025 20:36:38 +0100 Subject: [PATCH] try brackets --- .woodpecker/image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/image.yaml b/.woodpecker/image.yaml index f41f98b..3e9b3d4 100644 --- a/.woodpecker/image.yaml +++ b/.woodpecker/image.yaml @@ -16,7 +16,7 @@ steps: repo: *repo tags: latest when: - event: push + event: [push] path: *file publish: @@ -31,5 +31,5 @@ steps: password: from_secret: deploy_token when: - event: push + event: [push] path: *file