matrix: variant: - "alpineedge/cli" - "alpineedge/fpm" - "sid/cli" - "sid/fpm" platform: linux/riscv64 clone: git: when: event: - push image: woodpeckerci/plugin-git:v1.5.0 settings: depth: 1 lfs: false recursive: false tags: true pipeline: docker: image: woodpeckerci/plugin-docker-buildx secrets: [docker_username, docker_password] settings: repo: danog/php dockerfile: "8.2/${variant}/Dockerfile" platforms: linux/riscv64 tag: 8.2-${variant} cache_from: type=registry,ref=danog/php:8.2-${variant} cache_to: type=inline when: event: - push