Initial commit, from playbooks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2024-02-12 16:21:49 +01:00
commit 3ff0c6e8bb
3 changed files with 67 additions and 0 deletions

20
.woodpecker.yml Normal file
View file

@ -0,0 +1,20 @@
---
when:
event:
exclude:
- pull_request
labels:
platform: linux/aarch64
steps:
docker-build-and-publish:
image: plugins/docker
settings:
registry: registry.nemunai.re
repo: registry.nemunai.re/dovecot
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password