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 .