Adds Woodpecker pipeline config
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
aarbit 2024-07-01 16:09:36 -05:00
parent 57788fe43e
commit 1650afa030

15
.woodpecker.yaml Normal file
View File

@ -0,0 +1,15 @@
when:
branch: main
event:
- push
- manual
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.halfbinary.net/${CI_REPO_OWNER}/prettyplayerapi
registry: git.halfbinary.net
tags: latest
username: ${CI_REPO_OWNER}
password:
from_secret: docker_password