From 86f48b39dbe63958b0ba50e659a3f53d7fd6853c Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sat, 9 Aug 2025 16:41:15 +0200 Subject: [PATCH] Real test. --- .woodpecker/publish.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.woodpecker/publish.yaml b/.woodpecker/publish.yaml index 3d89ad5..b50bc60 100644 --- a/.woodpecker/publish.yaml +++ b/.woodpecker/publish.yaml @@ -2,11 +2,8 @@ when: - event: push branch: main -skip_clone: true - steps: - name: build - image: debian + image: quay.io/podman/stable commands: - - echo "First step" - # - podman build . + - podman build .