pipeline: build: image: rust:1.67-slim commands: - cargo build publish-rolling: image: woodpeckerci/plugin-docker-buildx secrets: [docker_username, docker_password] settings: platforms: linux/amd64 repo: git.gaycatgirl.sex/evie/kyanite registry: git.gaycatgirl.sex tags: latest when: branch: ${CI_REPO_DEFAULT_BRANCH} event: push