debian-ci/.woodpecker.yaml
Aaron Riedel 03d5ba0ab8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
allow manual ci
2024-09-24 22:24:24 +02:00

37 lines
796 B
YAML

steps:
- name: docker
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/debian-ci
tags: latest
platforms:
- linux/arm64
- linux/amd64
when:
- branch: main
event: [push, manual]
- name: docker-build
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/debian-ci
tags: latest
platforms:
- linux/arm64
- linux/amd64
dry_run: true
when:
- branch:
exclude: main
event: [push, manual]