From 1650afa030aafe7dc55700dffd85f43d2e3fc9cd Mon Sep 17 00:00:00 2001 From: aarbit Date: Mon, 1 Jul 2024 16:09:36 -0500 Subject: [PATCH] Adds Woodpecker pipeline config --- .woodpecker.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .woodpecker.yaml 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