pipeline: dryrun: image: woodpeckerci/plugin-docker-buildx settings: dockerfile: Dockerfile platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le dry_run: true repo: https://codeberg.com/${CI_REPO_OWNER}/safetwitch-backend tags: edge when: event: pull_request publish: image: woodpeckerci/plugin-docker-buildx settings: dockerfile: Dockerfile platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le repo: https://codeberg.com/${CI_REPO_OWNER}/safetwitch-backend registry: codeberg.org tags: edge username: ${CI_REPO_OWNER} password: from_secret: docker_password when: event: push