diff --git a/.woodpecker.yml b/.woodpecker.yml index a0d3ed0..6907ab3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,13 +1,13 @@ pipeline: fail: - image: scratch + image: debian:stable-slim commands: - echo "Please work now!" && false when: event: [push, tag] build_deb: - image: debian:bullseye-slim + image: debian:stable-slim pull: true commands: - apt update && apt install -y build-essential devscripts