2023-01-10 14:08:28 +00:00
|
|
|
pipeline:
|
|
|
|
docker-build:
|
2023-01-10 19:50:41 +00:00
|
|
|
secrets: [docker_username, docker_password]
|
2023-01-10 14:08:28 +00:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
2023-09-23 12:22:51 +00:00
|
|
|
repo: dentaku/vollmond
|
2023-01-10 14:30:19 +00:00
|
|
|
tag: latest
|
2023-09-23 12:22:51 +00:00
|
|
|
auto-tag: true
|
|
|
|
platforms: [linux/amd64, linux/arm64]
|