Compare commits
2 commits
7527ecb986
...
dbe87de419
Author | SHA1 | Date | |
---|---|---|---|
Thomas Renger | dbe87de419 | ||
Thomas Renger | 57d6213607 |
9
.woodpecker/docker.yml
Normal file
9
.woodpecker/docker.yml
Normal 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]
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:22.04
|
||||
FROM debian:12-slim
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive \
|
||||
POSTFIX_OPTS=""
|
||||
|
|
Loading…
Reference in a new issue