This repository has been archived on 2025-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
kyanite/.woodpecker.yml

17 lines
No EOL
400 B
YAML

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