diff --git a/woodpecker.yml b/woodpecker.yml new file mode 100644 index 0000000..89515e6 --- /dev/null +++ b/woodpecker.yml @@ -0,0 +1,22 @@ +when: + branch: main + event: push + +variables: + - &repo git.hackmi.ch/${CI_REPO_OWNER}/${CI_REPO_NAME} + +steps: + publish: + image: docker.io/woodpeckerci/plugin-docker-buildx:latest + settings: + platforms: linux/amd64 + repo: *repo + registry: git.hackmi.ch + tags: latest + username: + from_secret: git-package-user + password: + from_secret: git-package-pw + when: + branch: main + event: push \ No newline at end of file