Compare commits
No commits in common. "dbe87de41908fcfdb81574f1d87c987337c228b9" and "7527ecb986cdf95c8408e504d09d4714b0ab7d00" have entirely different histories.
dbe87de419
...
7527ecb986
|
@ -1,9 +0,0 @@
|
||||||
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 debian:12-slim
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive \
|
ENV DEBIAN_FRONTEND=noninteractive \
|
||||||
POSTFIX_OPTS=""
|
POSTFIX_OPTS=""
|
||||||
|
|
Loading…
Reference in a new issue