19 lines
418 B
YAML
19 lines
418 B
YAML
platform: 'linux/amd64'
|
|
branches: [main]
|
|
|
|
pipeline:
|
|
build:
|
|
image: 'woodpeckerci/plugin-docker-buildx'
|
|
secrets:
|
|
- 'docker_username'
|
|
- 'docker_password'
|
|
settings:
|
|
registry: 'git.rustybever.be'
|
|
repo: 'git.rustybever.be/vieter-v/vieter-builder'
|
|
tags:
|
|
- 'latest'
|
|
platforms: [ 'linux/arm64/v8', 'linux/amd64' ]
|
|
mtu: 1300
|
|
when:
|
|
event: [cron, manual]
|