This commit is contained in:
parent
57d6213607
commit
dbe87de419
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]
|
Loading…
Reference in a new issue