diff --git a/.woodpecker/build-docker.yml b/.woodpecker/build-docker.yml new file mode 100644 index 000000000..523c7f59a --- /dev/null +++ b/.woodpecker/build-docker.yml @@ -0,0 +1,29 @@ +platform: linux/amd64 + + +variables: + - &on-release + when: + event: + - push + - tag + branch: + - docker + - &on-stable + when: + event: + - push + - tag + branch: + - stable + +pipeline: + build: + image: woodpeckerci/plugin-docker-buildx + secrets: [docker_username, docker_password] + <<: *on-release + settings: + repo: akkoma/akkoma + dockerfile: Dockerfile + platforms: linux/amd64 + tag: test \ No newline at end of file