debug-docker/.woodpecker.yaml

28 lines
528 B
YAML
Raw Normal View History

2024-07-27 11:13:18 +02:00
steps:
- name: docker
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
repo: git.ar21.de/aaron/debug
tags: latest
platforms:
- linux/arm64
- linux/amd64
when:
2024-07-28 14:04:05 +02:00
- branch: main
event: push
2024-07-27 11:13:18 +02:00
- name: docker-build
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
repo: git.ar21.de/aaron/debug
tags: latest
platforms:
- linux/arm64
- linux/amd64
dry_run: true
when:
2024-07-28 14:04:05 +02:00
- branch:
exclude: main
2024-09-25 21:25:44 +02:00
event: push