First go at CI
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
78dde7bba3
commit
ec5a8c58a8
@ -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
|
Loading…
Reference in new issue