From 383b824510357067754037d74b5b36fac997bf20 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sat, 9 Aug 2025 13:30:30 +0200 Subject: [PATCH] Test woodpecker. --- .woodpecker/publish.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .woodpecker/publish.yaml diff --git a/.woodpecker/publish.yaml b/.woodpecker/publish.yaml new file mode 100644 index 0000000..b50bc60 --- /dev/null +++ b/.woodpecker/publish.yaml @@ -0,0 +1,9 @@ +when: +- event: push + branch: main + +steps: +- name: build + image: quay.io/podman/stable + commands: + - podman build .