1
0
Fork 0
pm2/.woodpecker.yml

23 lines
395 B
YAML

matrix:
os:
- alpine
- slim
version:
- 16
- 18
- 20
pipeline:
${version}-${os}:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: lttech/pm2
platforms: linux/amd64,linux/arm64/v8
tags:
- ${version}-${os}
build_args:
- tag=${version}-${os}
username: lttech
password:
from_secret: docker_lttech