diff --git a/.woodpecker.yaml b/.woodpecker.yaml new file mode 100644 index 0000000..92aba7c --- /dev/null +++ b/.woodpecker.yaml @@ -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 \ No newline at end of file