Add basic CI pipeline
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Thomas Renger 2024-08-07 12:09:42 +02:00
parent 57d6213607
commit dbe87de419

9
.woodpecker/docker.yml Normal file
View file

@ -0,0 +1,9 @@
pipeline:
docker-build:
secrets: [docker_username, docker_password]
image: woodpeckerci/plugin-docker-buildx
settings:
repo: dentaku/postfix
tag: latest
auto-tag: true
platforms: [linux/amd64, linux/arm64]