First go at CI
ci/woodpecker/push/woodpecker Pipeline failed Details

main
evie 1 month ago
parent 78dde7bba3
commit ec5a8c58a8
Signed by: evie
GPG Key ID: 928652CDFCEC8099

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

@ -4,6 +4,8 @@ Rusty CMS/Blogging engine thingamabob™
> ⚠️ Kyanite is still **very** early in development and may **not** be ready for your uses just yet! Containers are also on a rolling release.
[![status-badge](https://ci.gaycatgirl.sex/api/badges/evie/kyanite/status.svg)](https://ci.gaycatgirl.sex/evie/kyanite)
## Usage
### Container

Loading…
Cancel
Save