Compare commits

...

2 commits

Author SHA1 Message Date
Thomas Renger dbe87de419 Add basic CI pipeline
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2024-08-07 12:09:42 +02:00
Thomas Renger 57d6213607 Switch base image 2024-08-07 12:09:02 +02:00
2 changed files with 10 additions and 1 deletions

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]

View file

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM debian:12-slim
ENV DEBIAN_FRONTEND=noninteractive \
POSTFIX_OPTS=""