debug-docker/.woodpecker.yaml
Aaron Riedel 870435cfdf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
registries now handeled by woodpecker
2024-09-25 21:25:44 +02:00

27 lines
528 B
YAML

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:
- branch: main
event: push
- 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:
- branch:
exclude: main
event: push