2024-09-09 21:15:46 +00:00
|
|
|
steps:
|
2024-08-07 10:09:42 +00:00
|
|
|
docker-build:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
2024-09-10 06:01:25 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
2024-08-07 10:09:42 +00:00
|
|
|
repo: dentaku/postfix
|
2024-08-07 15:11:38 +00:00
|
|
|
tags:
|
|
|
|
- latest
|
2024-08-10 23:23:08 +00:00
|
|
|
- v0.1
|
2024-08-07 10:09:42 +00:00
|
|
|
auto-tag: true
|
|
|
|
platforms: [linux/amd64, linux/arm64]
|