matrix: PHP_VERSION: - 8.3 - 8.2 - 8.1 - 8.0 - 7.4 - 7.3 - 7.1 steps: "Docker build and push": image: woodpeckerci/plugin-docker-buildx settings: repo: gitnet.fr/deblan/php,deblan/php tags: ${PHP_VERSION} dockerfile: Dockerfile.php${PHP_VERSION} logins: - registry: https://gitnet.fr username: from_secret: registry_user password: from_secret: registry_password - registry: https://index.docker.io/v1/ username: from_secret: registry_user password: from_secret: registry_docker_password when: - event: cron - branch: [master] "Send notification": image: deblan/woodpecker-email settings: dsn: from_secret: mail_dsn from: address: from_secret: mail_from recipients: from_secret: mail_to recipients_only: true when: status: [success, failure]