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 .