when: - event: pull_request steps: - name: build rpms image: woodpeckerci/plugin-docker-buildx commands: - ./tools/build build-all --distro almalinux/el8 backend_options: kubernetes: serviceAccountName: default - name: show rpms image: git.unkin.net/unkin/almalinux8-base:latest commands: - find /workspace -type f -name "*.rpm"